floopyb
@floopyb
New Member
Joined: Feb 15, 2024
Topics: 30 / Replies: 88
Topic
Forum
Replies: 2
Views: 11
Reply
RE: Adding ColorCorrect to Diffuse Slot on Many Objects

For mass manipulation of materials you could try Modifier Zorb: as for adding in the colorCorrect just do this: for o in selection WHERE o.material…

14 years ago
Forum
Reply
RE: Convert noise animation to keyframes

Apply an Ease curve on top of your noise then shif the keys on the ease curve to create the offset.

14 years ago
Forum
Reply
RE: overlapping kill script

volume select modifier?

14 years ago
Forum
Reply
RE: Maxscript access to copied modifier

Yeah, I figured, cheers anyway

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 11
Reply
RE: accessing nodes from getclassinstances()

That dosent really help as I need it to step through every instance and sometime the materials are in multisub materials or in blend materials and nee…

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 11
Reply
RE: transformation matrix math question

wouldnt it just be: point01.transform = point01.transform+(point03.transform – point2.transform) just a guess… might not deal with rotations properly…

14 years ago
Forum
Reply
RE: Annoying MAXScript editor behavour

I would have expected an unexpected end of script error or something since you are running the script from the editor, not from the listener. It just …

14 years ago
Forum
Reply
RE: Annoying MAXScript editor behavour

pressing ESC is handy, cheers! but it still seems like the editor shouldn’t function like that!

14 years ago
Forum
Topic
Forum
Replies: 5
Views: 19
Reply
RE: Long array to string question

options.printAllElements = true Print ((for i = 1 to 100 collect i)as string) or with printAllElements true Print ((for i = 1 to 100 collect i)as s…

15 years ago
Forum
Reply
RE: Properties as variables.. how?

have a look at “struct” in the help.

15 years ago
Forum
Reply
RE: DataGridView with Combobox: very clunky UI!!!

thanks denisT, that works much nicer

15 years ago
Forum
Page 3 / 8