Skip to content

Commit 3988f76

Browse files
authored
Merge pull request #202 from Unity-Technologies/Uni-29097_add_max_tooltips
UNI-29097 tooltips for import and export buttons in 3ds max
2 parents 719ef37 + 8955ac7 commit 3988f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- MacroScripts that will perform actions
2-
macroScript UnityImport category:"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"
8282
callbacks.removeScripts #postImport id:#unityPlugin
8383
)
8484
)
85-
macroScript UnityExport category:"Unity"
85+
macroScript UnityExport category:"Unity" tooltip:"Export a model to Unity"
8686
(
8787
fn unitToScaleFactor unit = (
8888
case unit of (
@@ -203,7 +203,7 @@ if (maxVersion())[1] >= 20000 then(
203203
(
204204
global unityImportAction = createUnityImportAction unityImportTitle importMenu
205205
global unityExportAction = createUnityExportAction unityExportTitle exportMenu
206-
206+
207207
menuMan.updateMenuBar() --update the menu bar
208208
)
209209
)

0 commit comments

Comments
 (0)