Skip to content

Commit 625d532

Browse files
committed
move label on top so there is more space for text box
1 parent e4d5db8 commit 625d532

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ macroScript UnityImport category:"Unity" tooltip:"Import an FBX file from a Unit
55
currSetName = ""
66
rootDummyName = "UnityFbxRootDummy"
77

8-
persistent global unityFbxFilePathAttr
9-
persistent global unityFbxFileNameAttr
108
persistent global unityAskSetUnits
119

1210
global afterImport
@@ -79,8 +77,8 @@ macroScript UnityImport category:"Unity" tooltip:"Import an FBX file from a Unit
7977
)
8078
rollout params "Unity Export Parameters"
8179
(
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
8482
)
8583
)
8684
custAttributes.add unityDummy unitySetData #unique

0 commit comments

Comments
 (0)