File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/Integrations/Autodesk/max/scripts Expand file tree Collapse file tree 1 file 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 an FBX file directly from 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" tooltip:"Import an FBX file directly fr
82
82
callbacks.removeScripts #postImport id: #unityPlugin
83
83
)
84
84
)
85
- macroScript UnityExport category: " Unity" tooltip: " Export an FBX file directly to Unity"
85
+ macroScript UnityExport category: " Unity" tooltip: " Export a model to Unity"
86
86
(
87
87
fn unitToScaleFactor unit = (
88
88
case unit of (
You can’t perform that action at this time.
0 commit comments