Skip to content

Commit 3d949be

Browse files
authored
add note about motionbuilder
1 parent 31c1d4e commit 3d949be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,8 @@ protected int ExportComponents (
945945

946946
// Default inheritance type in FBX is RrSs, which causes scaling issues in Maya as
947947
// both Maya and Unity use RSrs inheritance by default.
948+
// Note: MotionBuilder uses RrSs inheritance by default as well, though it is possible
949+
// to select a different inheritance type in the UI.
948950
// Use RSrs as the scaling inhertiance instead.
949951
fbxNode.SetTransformationInheritType (FbxTransform.EInheritType.eInheritRSrs);
950952

0 commit comments

Comments
 (0)