Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 22:03
· 1 commit to main since this release

1.0.0

What's Changed

  • complete project rewrite.
  • dropped support for Python < 3.7. Minimum supported Maya version is now 2022.
  • removed FbxExportOptions.selected, export_fbx takes a selection argument instead.
  • export_fbx now has an optional takes argument to export a list of animation takes.
  • many properties in FbxExportOptions and FbxImportOptions
    have been renamed to stick more closely to the names in Autodesk documentation.
    For example, FbxExportOptions.selected_hierarchy
    was renamed to FbxExportOptions.include_children.
  • added new properties in FbxExportOptions, including:
    referenced_asset_content, pivot_to_nulls or bypass_rrs_inheritance.
  • all enums names have been uppercased.
    For example: QuaternionInterpolation.kResampleAsEuler
    was renamed QuaternionInterpolation.RESAMPLE_AS_EULER.