Community
FBX Forum
Welcome to Autodesk’s FBX Forums. Share your knowledge, ask questions, and explore popular FBX topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting "global name 'FbxManager' is not defined" Why ?

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
634 Views, 0 Replies

Getting "global name 'FbxManager' is not defined" Why ?

Hi,

 

I am working on the WebGl so I required to convert the FBX model to JSON file format with using the python file (convert_fbx_three.py) from the command line.

so when I try the following command to convert the FBX then getting some issues like..

 

python convert_fbx_three.py Dolpine.fbx Dolpine


    Traceback (most recent call last):
    File "convert_fbx_three.py", line 1625, in <module>
    sdkManager, scene = InitializeSdkObjects()
    File "D:\xampp\htdocs\upload\user\fbx\FbxCommon.py", line 7, in InitializeSdkObjects
    lSdkManager = KFbxSdkManager.Create()
    NameError: global name 'FbxManager' is not defined

 

I am using the 2012.2 FBX SDK 

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report