Notifications
Clear all

[Closed] dialogue boxes -extrude,bevel,connect in edit poly?

is there some script to bring up the dialogue boxes for extrude, bevel, connect etc in edit poly? and some way to grey out a button when the functoin is not avilable?
im new to max script.

any help would be appreciated. cheers

1 Reply

hi

for greying out button the button u can use button.enable=false
if u wanna again activare that button u can use button.enable=true it is activated when certain condition occur like on pickbutton pressed do button.enable=true