小工具整理
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
|
||||
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()
|
||||
Reference in New Issue
Block a user