File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Assets/Integrations/Autodesk/max/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
-- 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. "
3
3
(
4
4
origObjects = #()
5
5
@@ -82,7 +82,7 @@ macroScript UnityImport category:"Unity"
82
82
callbacks.removeScripts #postImport id: #unityPlugin
83
83
)
84
84
)
85
- macroScript UnityExport category: " Unity"
85
+ macroScript UnityExport category: " Unity" tooltip: " Export a model to Unity "
86
86
(
87
87
fn unitToScaleFactor unit = (
88
88
case unit of (
@@ -203,7 +203,7 @@ if (maxVersion())[1] >= 20000 then(
203
203
(
204
204
global unityImportAction = createUnityImportAction unityImportTitle importMenu
205
205
global unityExportAction = createUnityExportAction unityExportTitle exportMenu
206
-
206
+
207
207
menuMan.updateMenuBar() -- update the menu bar
208
208
)
209
209
)
You can’t perform that action at this time.
0 commit comments