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/Integrations/Autodesk/maya/scripts/unitySetupUI.mel
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ global string $unityImportIconPath = "import.png";
7
7
global string $unityExportIconPath = "export.png";
8
8
global string $unityIconPath = "unity.png";
9
9
10
-
global string $unityPluginVersion = "{Version}";
11
-
global string $unityFamilyLabel = "The UnityFbxForMaya plugin allows you to reliably exchange and review your work between Maya and Unity.";
10
+
global string $unityFamilyLabel = "The UnityFbxForMaya plugin (v.{Version}) allows you to reliably exchange and review your work between Maya and Unity.";
12
11
global string $unityImportLabel = "Import an FBX file from a Unity project and auto-configure for exporting";
13
12
global string $unityExportLabel = "Export Model to Unity";
14
13
@@ -36,11 +35,6 @@ global proc unitySetupUI(){
36
35
evalDeferred -lowestPriority "unityInstallUI";
37
36
}
38
37
39
-
global proc string unitySetLabelVersion(string $label){
0 commit comments