Skip to content

Commit 91410fa

Browse files
author
Benoit Hudson
committed
UNI-25723 hide the 'weld vertices' option.
1 parent 3a7b56d commit 91410fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ public override void OnInspectorGUI() {
2727
EditorGUILayout.Space ();
2828
}
2929

30-
exportSettings.weldVertices = EditorGUILayout.Toggle ("Weld Vertices:", exportSettings.weldVertices);
31-
3230
exportSettings.mayaCompatibleNames = EditorGUILayout.Toggle (
3331
new GUIContent ("Convert to Maya Compatible Naming:",
3432
"In Maya some symbols such as spaces and accents get replaced when importing an FBX " +
@@ -121,7 +119,9 @@ public class ExportSettings : ScriptableSingleton<ExportSettings>
121119
public const string kDefaultSavePath = ".";
122120

123121
// Note: default values are set in LoadDefaults().
122+
[HideInInspector]
124123
public bool weldVertices;
124+
125125
public bool mayaCompatibleNames;
126126
public bool centerObjects;
127127

0 commit comments

Comments
 (0)