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.
2 parents 4ab37da + 8dc529a commit 442353cCopy full SHA for 442353c
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -99,12 +99,6 @@ public override void OnInspectorGUI() {
99
100
GUILayout.EndHorizontal ();
101
102
- EditorGUILayout.Space ();
103
- if (GUILayout.Button (new GUIContent ("Auto Review",
104
- "Opens turntable review of last saved prefab."))) {
105
- FbxExporters.Review.TurnTable.LastSavedModel ();
106
- }
107
-
108
EditorGUILayout.Space ();
109
if (GUILayout.Button ("Install Maya Integration")) {
110
FbxExporters.Editor.IntegrationsUI.InstallMayaIntegration ();
0 commit comments