bankievr6
08-01-2008, 11:41 PM
It seems as though I can't use the -command flag more than once per button. Is there a way to run multiple commands with one click? I'm trying to select a layer, then edit its properties, select a different layer, and so on.
button
-label "Ok"
-width 100
-command "editRenderLayerGlobals -currentRenderLayer Beauty;"
("window -edit -visible 0 $window");
is there a way to create seperate routines that can be called?
button
-label "Ok"
-width 100
-command "editRenderLayerGlobals -currentRenderLayer Beauty;"
("window -edit -visible 0 $window");
is there a way to create seperate routines that can be called?
