【发布时间】:2015-08-05 20:30:55
【问题描述】:
大家好,我正在尝试将图像添加到 3dsmax/Maxscript 中的按钮,这就是我目前所拥有的,我有点想弄清楚,
try(DestroyDialog ShaderBalls)catch()
Rollout ShaderBalls "ShaderBalls" width:125 height: 70
(
--Bitmap Local--
button btn_rb "RENDER" map: C:\Users\kris.cabrera\Desktop\ButtonTest.bmp pos:[10,5] width:50 height: 50
button btn_b "NORENDER" pos:[65,5] width:50 height: 50
)
createDialog ShaderBalls
【问题讨论】:
-
停止 try/catch 的东西。这只是 15 年前做这件事的程序员的一个坏习惯。
标签: image imagebutton maxscript