Quoted for agreement. Khye
Just when you think you’re out of grasshopper school . . . Khye
<code> for obj in geometry do ( addmodifier obj (normalModifier()) obj.modifiers[#Normal].flip = true ) </code> Khye
A script controller would work wellsuppose you want $sphere01 to lag behind $box01: Assign a Position: Script Controller for the $sphere01 and enter…
Use $light01.baseobject.castshadows = false Khye
in your example, it should look like: bob = $box01 select bob objects in max need ‘$’ before their name to tell it that its an object in the scene. …
Something like this would work I think – You’d have to run it from the computer the manager was running on. Or you could run netsend as suggested abov…
this works: rollout myrollout “Rollout” ( checkbutton anim_reverse “Reverse” timer mytimer interval: 33 active: false on anim_reverse changed state …
I’d use a checkbutton. Don’t have MAX available, so I don’t know if this works, but in theory its good: ( checkbutton anim_reverse “Reverse” on anim_…