- This is no longer a package on PyPI. Pip install the package using the git repository url instead.
- Threading is now used when parsing the online documentation
- Added manually typed stubs:
- pyfbsdk_additions.pyi
- callbackframework.pyi
callbackframework.FBEventSource
now have typed arguments- Tabs are now used instead of spaces (for a reduced file size)
- Enums now have the metaclass
EnumMeta
- Enums now have their correct int values
- Functions returning
None
are now typed as-> None
- Improved types for
FBPropertyList
's - Multiple type fixes
- Support for MotionBuilder 2025
- All arguments are now marked as positional only
- Fixed type for
FBModelPath3D.PathEndCapStyle
- Fixed setter types for
FBPropertyAnimatable
properties FBModel.Parent
type is now an optionalFBModel