Skip to content

Commit 02e7e51

Browse files
author
AJubrey
committed
[ADDED] tooltips for import and export buttons in 3ds max
1 parent 7dfd6ad commit 02e7e51

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 an FBX file directly from Unity"
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 an FBX file directly 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)