37 lines
748 B
Plaintext
37 lines
748 B
Plaintext
|
||
globel FBX_convert_str.ConverterFloater
|
||
|
||
rollout UImenu "1" width:300 height:150
|
||
(
|
||
|
||
GroupBox thegroupbox "工具组1:" height:40 offset:[0,0] width:280
|
||
|
||
)
|
||
|
||
|
||
rollout UImenu2 "2" width:300 height:300
|
||
(
|
||
GroupBox thegroupbox1 "工具组2:" height:40 offset:[0,0] width:280
|
||
)
|
||
|
||
rollout UImenu3 "3" width:300 height:300
|
||
(
|
||
GroupBox thegroupbox1 "工具组2:" height:40 offset:[0,0] width:280
|
||
)
|
||
|
||
|
||
|
||
function MakerolloutFloat =
|
||
(
|
||
|
||
FBX_convert_str.ConverterFloater = newRolloutFloater "工具名称" 325 500
|
||
|
||
addRollout UImenu FBX_convert_str.ConverterFloater rolledup:false
|
||
addRollout UImenu2 FBX_convert_str.ConverterFloater rolledup:false
|
||
|
||
|
||
|
||
closeRolloutFloater FBX_convert_str.ConverterFloater
|
||
removeRollout UImenu2
|
||
)
|
||
MakerolloutFloat() |