Blue
@blue
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 142
Reply
RE: Larger headings in your comments

Thank you for this, very interesting Dave.

16 years ago
Forum
Reply
RE: Batch delete the first modifier

If “each” has no modifier it will error out the script, instead wrap the process in a try catch or check if the modifier exists first. for each in ob…

16 years ago
Forum
Reply
RE: Scripted Material – Animatable param problem – 3dsmax8

Thank you Paul, “get” is where it’s at.

17 years ago
Forum
Reply
RE: Scripted Material – Animatable param problem – 3dsmax8

Thanks for the thoughts Paul, I started out defining it that way, to no avail. Just setting keys is not a problem it is the moving of keys that is. T…

17 years ago
Forum
Topic
Reply
RE: New MXS Editor

Maybe tabs fall under the “support for user customization” portion of the editor.

17 years ago
Forum
Reply
RE: dubugging: how to

try this: meshop.getNumFaces $.mesh

17 years ago
Forum
Reply
RE: how to store format " " result as string?

All seemed to work as expected for me here, except the format line had no destination (to:fStream) so my doc was empty. I’m also using max8 for this.

17 years ago
Forum
Reply
RE: how to store format " " result as string?

If you openFile, you need to also close the file. Try adding the following to the end of your file writing block: close fStream

17 years ago
Forum
Reply
RE: LightRigger BETA

Have you looked at it in firefox? You would see the issue with the H2 tag immediatly.

17 years ago
Forum
Reply
RE: Accessing the Falloff – Shadow / Light bitmap

focomoso: Blue, when you said you tested a falloff: you were you able to get the shadow / light information as a bitmat in maxscript? Not through…

17 years ago
Forum
Reply
RE: Accessing the Falloff – Shadow / Light bitmap

Sound like either the UV’s are not layed out in 0-1 space with no overlapping, or your using an unsupported 3rd party renderer. I tested the falloff …

17 years ago
Forum
Reply
RE: different self Illum. value for each object, but all same material

I tried to do this in a less manual way, I made a grid of planes, assigned a single material (self illumination set to 100) to them, and then ran the …

17 years ago
Forum
Reply
RE: SetSelectFilter by obj.name

Thank you again Martijn, that was exactly what I was looking for.

17 years ago
Forum
Reply
RE: SetSelectFilter by obj.name

magicm: There’s a callback mechanism available in maxscript which lets you add custom “Selection Filters” to the list in the main toolbar. Here’s a …

17 years ago
Forum
Page 1 / 11