make sure the bake animation is boolean option

This commit is contained in:
Kayla Man 2024-04-18 17:22:39 +08:00
parent bb27114212
commit d094f83efb

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,