make sure the bake animation is boolean option

This commit is contained in:
Kayla Man 2024-04-18 17:14:06 +08:00
parent 03cfed2c79
commit bd42a506cf

View file

@ -47,7 +47,7 @@ class FBXExtractor:
"smoothMesh": bool,
"instances": bool,
# "referencedContainersContent": bool, # deprecated in Maya 2016+
"bakeComplexAnimation": int,
"bakeComplexAnimation": bool,
"bakeComplexStart": int,
"bakeComplexEnd": int,
"bakeComplexStep": int,