You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/FbxExporters/Editor/ExportModelSettings.cs
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -67,12 +67,13 @@ public override void OnInspectorGUI ()
67
67
EditorGUI.EndDisabledGroup();
68
68
GUILayout.EndHorizontal();
69
69
70
-
// TODO: add implementation for these options, grey out in the meantime
71
-
EditorGUI.BeginDisabledGroup(true);
72
70
GUILayout.BeginHorizontal();
73
-
EditorGUILayout.LabelField(newGUIContent("Transfer Root Motion To","Select bone to transfer root motion animation to."),GUILayout.Width(LabelWidth-FieldOffset));
74
-
EditorGUILayout.Popup(0,newstring[]{"<None>"});
71
+
EditorGUILayout.LabelField(newGUIContent("Transfer Animation","Select bone to transfer root motion animation to."),GUILayout.Width(LabelWidth-FieldOffset));
0 commit comments