File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Assets/Integrations/Autodesk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
-- MacroScripts that will perform actions
2
- macroScript UnityImport category: " Unity" tooltip: " Import FBX file from Unity project and auto-configure for exporting. "
2
+ macroScript UnityImport category: " Unity" tooltip: " Import an FBX file from a Unity project and auto-configure for exporting"
3
3
(
4
4
origObjects = #()
5
5
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ global string $unityExportIconPath = "export.png";
8
8
global string $unityIconPath = "unity.png";
9
9
10
10
global string $unityFamilyLabel = "The UnityFbxForMaya plugin allows you to reliably exchange and review your work between Maya and Unity.";
11
- global string $unityImportLabel = "Import FBX file from Unity Project and auto-configure for exporting";
11
+ global string $unityImportLabel = "Import an FBX file from a Unity project and auto-configure for exporting";
12
12
global string $unityExportLabel = "Export Model to Unity";
13
13
14
14
global string $unityCommandsFile = "unityCommands.mel";
You can’t perform that action at this time.
0 commit comments