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 4f24702 commit 31c1d4eCopy full SHA for 31c1d4e
Assets/FbxExporters/Editor/FbxExporter.cs
@@ -943,7 +943,8 @@ protected int ExportComponents (
943
return -1;
944
}
945
946
- // Default inheritance type is RrSs, which causes scaling issues in Maya.
+ // Default inheritance type in FBX is RrSs, which causes scaling issues in Maya as
947
+ // both Maya and Unity use RSrs inheritance by default.
948
// Use RSrs as the scaling inhertiance instead.
949
fbxNode.SetTransformationInheritType (FbxTransform.EInheritType.eInheritRSrs);
950
0 commit comments