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_fbx
takes aselection
argument instead. export_fbx
now has an optionaltakes
argument to export a list of animation takes.- many properties in
FbxExportOptions
andFbxImportOptions
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_nulls
orbypass_rrs_inheritance
. - all enums names have been uppercased.
For example:QuaternionInterpolation.kResampleAsEuler
was renamedQuaternionInterpolation.RESAMPLE_AS_EULER
.
0.1.0
Initial release.