When using fbx-2020.3.7-cp310-none-win_amd64.whl (the package accessed from https://aps.autodesk.com/developer/overview/fbx-sdk), the FbxTime class does not contain the attribute eFrames60, which is expected in code:
lGlobalSettings.SetTimeMode(FbxTime.eFrames60) in FbxReadWriter.py.
Error message:
AttributeError: type object 'FbxTime' has no attribute 'eFrames60'
Environment:
OS: Windows 11
Python version: 3.10
Installed wheel: fbx-2020.3.7-cp310-none-win_amd64.whl
Installed via: pip install fbx-2020.3.7-cp310-none-win_amd64.whl
Additional context
Other enum values like FbxTime.eFrames30, eFrames24, eCustom, etc., are also missing from FbxTime. Listing all attributes with dir(FbxTime) confirms they are not defined in the Python bindings.
How can I solve it? Thank you very much.

When using fbx-2020.3.7-cp310-none-win_amd64.whl (the package accessed from https://aps.autodesk.com/developer/overview/fbx-sdk), the FbxTime class does not contain the attribute eFrames60, which is expected in code:
lGlobalSettings.SetTimeMode(FbxTime.eFrames60) in FbxReadWriter.py.
Error message:
AttributeError: type object 'FbxTime' has no attribute 'eFrames60'
Environment:
OS: Windows 11
Python version: 3.10
Installed wheel: fbx-2020.3.7-cp310-none-win_amd64.whl
Installed via: pip install fbx-2020.3.7-cp310-none-win_amd64.whl
Additional context
Other enum values like FbxTime.eFrames30, eFrames24, eCustom, etc., are also missing from FbxTime. Listing all attributes with dir(FbxTime) confirms they are not defined in the Python bindings.
How can I solve it? Thank you very much.