File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ public override void OnInspectorGUI() {
27
27
EditorGUILayout . Space ( ) ;
28
28
}
29
29
30
- exportSettings . weldVertices = EditorGUILayout . Toggle ( "Weld Vertices:" , exportSettings . weldVertices ) ;
31
-
32
30
exportSettings . mayaCompatibleNames = EditorGUILayout . Toggle (
33
31
new GUIContent ( "Convert to Maya Compatible Naming:" ,
34
32
"In Maya some symbols such as spaces and accents get replaced when importing an FBX " +
@@ -121,7 +119,9 @@ public class ExportSettings : ScriptableSingleton<ExportSettings>
121
119
public const string kDefaultSavePath = "." ;
122
120
123
121
// Note: default values are set in LoadDefaults().
122
+ [ HideInInspector ]
124
123
public bool weldVertices ;
124
+
125
125
public bool mayaCompatibleNames ;
126
126
public bool centerObjects ;
127
127
You can’t perform that action at this time.
0 commit comments