Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

FbxManager.GetVersion() not exposed in FBX Python SDK

ellery
Participant

FbxManager.GetVersion() not exposed in FBX Python SDK

ellery
Participant
Participant

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 Likes
Reply
152 Views
0 Replies
Replies (0)