oatz
@oatz
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 29
Reply
18 years ago
Forum
Reply
RE: Flipping normals script

Just when you think you’re out of grasshopper school . . . Khye

21 years ago
Forum
Reply
RE: Flipping normals script

<code> for obj in geometry do ( addmodifier obj (normalModifier()) obj.modifiers[#Normal].flip = true ) </code> Khye

21 years ago
Forum
Reply
RE: need help getting an object to lag behind another

A script controller would work well—suppose you want $sphere01 to lag behind $box01: Assign a Position: Script Controller for the $sphere01 and enter…

21 years ago
Forum
Topic
21 years ago
Forum
Replies: 0
Views: 0
Reply
RE: light.castshadows ?

Use $light01.baseobject.castshadows = false Khye

21 years ago
Forum
Reply
RE: Having trouble select objects by name

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. …

21 years ago
Forum
Reply
RE: Notify the "Manager" computer of a complete Net-Render.

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…

21 years ago
Forum
Reply
RE: Time Configuration Options

this works: rollout myrollout “Rollout” ( checkbutton anim_reverse “Reverse” timer mytimer interval: 33 active: false on anim_reverse changed state …

21 years ago
Forum
Reply
RE: Time Configuration Options

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_…

21 years ago
Forum
Page 3 / 3