We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacc104 commit 70d4f0aCopy full SHA for 70d4f0a
Assets/Integrations/Autodesk/max/scripts/unityFbxImportSettings.ms
@@ -1,6 +1,6 @@
1
FbxImporterSetParam "ResetImport"
2
3
-FbxImporterSetParam "Mode" #exmerge -- add and update animation
+FbxImporterSetParam "Mode" #merge -- update animation
4
5
-- Geometry
6
FbxImporterSetParam "SmoothingGroups" true
@@ -9,7 +9,7 @@ FbxImporterSetParam "Skin" true
9
10
-- Animation
11
FbxImporterSetParam "Animation" true
12
-FbxImporterSetParam "ImportBoneAsDummy" false
+FbxImporterSetParam "ImportBoneAsDummy" true
13
FbxImporterSetParam "KeepFrameRate" true
14
15
FbxImporterSetParam "Cameras" true
0 commit comments