Skip to content

Commit

Permalink
make sure the bake animation is boolean option
Browse files Browse the repository at this point in the history
  • Loading branch information
moonyuet committed Apr 18, 2024
1 parent 03cfed2 commit bd42a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/hosts/maya/api/fbx.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def options(self):
"smoothMesh": bool,
"instances": bool,
# "referencedContainersContent": bool, # deprecated in Maya 2016+
"bakeComplexAnimation": int,
"bakeComplexAnimation": bool,
"bakeComplexStart": int,
"bakeComplexEnd": int,
"bakeComplexStep": int,
Expand Down

0 comments on commit bd42a50

Please sign in to comment.