Releases: tahv/mayafbx
Releases · tahv/mayafbx
1.0.0
1.0.0
What's Changed
- complete project rewrite.
- dropped support for Python
< 3.7. Minimum supported Maya version is now2022. - removed
FbxExportOptions.selected,export_fbxtakes aselectionargument instead. export_fbxnow has an optionaltakesargument to export a list of animation takes.- many properties in
FbxExportOptionsandFbxImportOptions
have been renamed to stick more closely to the names in Autodesk documentation.
For example,FbxExportOptions.selected_hierarchy
was renamed toFbxExportOptions.include_children. - added new properties in
FbxExportOptions, including:
referenced_asset_content,pivot_to_nullsorbypass_rrs_inheritance. - all enums names have been uppercased.
For example:QuaternionInterpolation.kResampleAsEuler
was renamedQuaternionInterpolation.RESAMPLE_AS_EULER.
0.1.0
Initial release.