Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 930 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 930 Bytes

Change Log

Current

Generator:

  • 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

Stubs:

  • 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

[2025.0.0] - 2024-04-07

  • Support for MotionBuilder 2025
  • All arguments are now marked as positional only
  • Fixed type for FBModelPath3D.PathEndCapStyle

[1.0.2] - 2023-08-13

  • Fixed setter types for FBPropertyAnimatable properties
  • FBModel.Parent type is now an optional FBModel