File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Assets/Integrations/Autodesk/max/scripts Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ macroScript UnityImport category:"Unity" tooltip:"Import an FBX file from a Unit
5
5
currSetName = " "
6
6
rootDummyName = " UnityFbxRootDummy"
7
7
8
- persistent global unityFbxFilePathAttr
9
- persistent global unityFbxFileNameAttr
10
8
persistent global unityAskSetUnits
11
9
12
10
global afterImport
@@ -79,8 +77,8 @@ macroScript UnityImport category:"Unity" tooltip:"Import an FBX file from a Unit
79
77
)
80
78
rollout params " Unity Export Parameters"
81
79
(
82
- edittext filep " File Path:" text: filePath readOnly: false
83
- edittext filen " File Name:" text: fileName readOnly: false
80
+ edittext filep " File Path:" text: filePath readOnly: false labelOnTop: true
81
+ edittext filen " File Name:" text: fileName readOnly: false labelOnTop: true
84
82
)
85
83
)
86
84
custAttributes.add unityDummy unitySetData #unique
You can’t perform that action at this time.
0 commit comments