Hi everyone
Does anyone think of it because it takes so long to make a color change of the selected surfaces, using this macro? How can I speed it up?
thanks
FOREACH $Mod IN FOLDER('model') { IF number_selected($entity('model',$Mod.name).components) > 0 { EDIT MODEL $Mod.name COLOUR RGB 1.00000 0.50196 0.00000 } }
Solved! Go to Solution.
Link copied