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: 

FbxManager.GetVersion() not exposed in FBX Python SDK

0 REPLIES 0
Reply
Message 1 of 1
ellery
137 Views, 0 Replies

FbxManager.GetVersion() not exposed in FBX Python SDK

It appears that FbxManager.GetVersion() is not available in the FBX Python SDK.  I tried this:

 

$ python
Python 3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import fbx
>>> fbx.FbxManager.GetVersion()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: type object 'FbxManager' has no attribute 'GetVersion'

 

 

The FBX SDK docs say this:  "Python FBX contains most of the classes and member functions that are available in FBX SDK itself."  So I figured a basic method call like this would work.  Am I doing something wrong?  Since there is no actual Python documentation, how many of these am I going to have to "discover" the hard way?

 

FbxManager.GetVersion() would be useful for developers, so I would like to request that it be exposed in the Python interface.

 

Environment:  Windows 10, Python 3.7.6 64-bit, FBX Python SDK 2020.3.1

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