simple script to toggle the lighting between "default" and "use all lighting" on the current panel. string $currentPanel=`getPanel -withFocus` ;
string $mode="default" ;
if(`getPanel -to $currentPanel`=="modelPanel")
if(`modelEditor -q -dl $currentPanel`=="default")
$mode="all" ;
modelEditor -edit -dl $mode $currentPanel ;
No comments:
Post a Comment