Raytracer05
@raytracer05
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 177
Reply
RE: On/Off shaded material in viewport for all materials

Using Denis’s idea, this seems to work: ( local switch = false for c in material.classes where c.creatable == true do ( for mat in (getClassInst…

12 years ago
Forum
Reply
RE: On/Off shaded material in viewport for all materials

Thanks Denis… ( for c in material.classes where c.creatable == true do ( for mat in (getClassInstances c processAllAnimatables:true) do mat.showI…

12 years ago
Forum
Reply
RE: On/Off shaded material in viewport for all materials

I don’t know of a better way other than going through all possible material types with getClassInstances. We need a getSuperClassInstances for situati…

12 years ago
Forum
Reply
RE: On/Off shaded material in viewport for all materials

Surely… for mat in scenematerials where superClassOf mat == material do showTextureMap mat on But it still won’t find materials inside multi/sub-obj…

12 years ago
Forum
Reply
RE: On/Off shaded material in viewport for all materials

In that case… ( for mat in (getClassInstances vrayMtl processAllAnimatables:true) do showTextureMap mat on )

12 years ago
Forum
Reply
12 years ago
Forum
Reply
RE: On/Off shaded material in viewport for all materials

There you go… ( for mat in (getClassInstances standard processAllAnimatables:true) do showTextureMap mat on )

12 years ago
Forum
Reply
RE: Funny max scripting

don’t give me ideas…

12 years ago
Forum
Reply
RE: Funny max scripting

thx myTime == lookAt(); help(“maxScript”); for keyWord in #(“index”) do findItem #(“use”, “in”, “this”) “thread”

12 years ago
Forum
Reply
RE: Funny max scripting

if (deadline == undefined or (deadline > (currentTime + (604800*frameRate)))) then (I = wood(); join #(“in”, “the”) #(“fun”)) else I = bit.not free

12 years ago
Forum
Reply
RE: Is there a quicker way to colour a dot Net Bitmap?

:lightbulb Right I that works. Thanks once again for your help lo.

12 years ago
Forum
Reply
RE: Is there a quicker way to colour a dot Net Bitmap?

Thanks for the replies. So my function would look something like: fn getColChip col = ( local colImage = dotnetObject “System.Drawing.Bitmap” 15 15 …

12 years ago
Forum
Topic
Forum
Replies: 5
Views: 25
Reply
RE: maxscript and vray toon

Joezeta: May you suggest a source where I can find more informations about vray and maxscript? Cheers I’m not aware of any apart from some genera…

12 years ago
Forum
Reply
RE: maxscript and vray toon

Yes it is possible to add a VRayToon with maxscript. It is an atmospheric effect so you would use addAtmospheric as you would with any other effect: …

12 years ago
Forum
Page 3 / 13