Skip to content

Commit dba9075

Browse files
committed
undo rm comment
1 parent 844045a commit dba9075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/com.unity.formats.fbx/Editor/Scripts/FbxExporter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,6 +1750,7 @@ public UnityToMayaConvertSceneHelper(string uniPropertyName)
17501750

17511751
public float Convert(float value)
17521752
{
1753+
// left handed to right handed conversion
17531754
// meters to centimetres conversion
17541755
return unitScaleFactor * value;
17551756
}

0 commit comments

Comments
 (0)