小工具整理

This commit is contained in:
Abin
2025-07-31 16:05:55 +08:00
commit 1011eb44e1
566 changed files with 267142 additions and 0 deletions
+37
View File
@@ -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()