Skip to content

Commit 8955ac7

Browse files
author
AJubrey
committed
[CHANGED] max tooltips to match maya tooltips
1 parent 02e7e51 commit 8955ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Integrations/Autodesk/max/scripts/UnityFbxForMaxPlugin.ms

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- MacroScripts that will perform actions
2-
macroScript UnityImport category:"Unity" tooltip:"Import an FBX file directly from Unity"
2+
macroScript UnityImport category:"Unity" tooltip:"Import FBX file from Unity project and auto-configure for exporting."
33
(
44
origObjects = #()
55

@@ -82,7 +82,7 @@ macroScript UnityImport category:"Unity" tooltip:"Import an FBX file directly fr
8282
callbacks.removeScripts #postImport id:#unityPlugin
8383
)
8484
)
85-
macroScript UnityExport category:"Unity" tooltip:"Export an FBX file directly to Unity"
85+
macroScript UnityExport category:"Unity" tooltip:"Export a model to Unity"
8686
(
8787
fn unitToScaleFactor unit = (
8888
case unit of (

0 commit comments

Comments
 (0)