KaMe
@kame
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 4
Reply
RE: Simple? question about rotations…

Maybe this can help you: CGTalk Copy Rotation | fabman | CGSociety Forums Anyone knows if there’s a easy way to copy a …

21 years ago
Forum
Reply
RE: Exchanging information between Floaters

Thanks Bobo The script is much faster now :]

21 years ago
Forum
Topic
Forum
Replies: 2
Views: 39
Reply
RE: Problem / Random rotation on selected objects

Yeah thats true when you have a lot of objects in the scene… Your script is much simplier and much faster. I didn’t know of this MAXScript ‘ability’, …

21 years ago
Forum
Reply
RE: Problem / Random rotation on selected objects

sarr = selection as array count = sarr.count + 1 i = 1 while i < count do ( select sarr[i] rotate $ (eulerangles (random 0 360) (random 0 360) (ran…

21 years ago
Forum