Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: How To Create Multi Dimention Point Array With Maxscript

( Array1D = for x=1 to 10 collect [ x, 0, 0 ] Array2D = for x=1 to 10 collect for y=1 to 10 collect [ x, y, 0 ] Array3D = for x=1 to 10 collect for y=…

8 years ago
Forum
Reply
RE: get enabled state of actionMans

hmm… can’t see such exposed property in my 2014 max. Only the action “40075” to toggle it on/off. The only way I see is through slate editor View menu…

8 years ago
Forum
Reply
RE: get enabled state of actionMans

That’s unlikely to be stored in INI because each node on its selection can update the state of the button, so it must be some sort of flag saved withi…

8 years ago
Forum
Reply
RE: get enabled state of actionMans

My bad. It’s SME toolbar button called “Hide unused nodeslots”.

8 years ago
Forum
Reply
RE: get enabled state of actionMans

Is there any way to get current state of the ‘Hide unused node’ button?

8 years ago
Forum
Reply
RE: Binding a Script into a Max File

What if I can’t change any code and have to load such a file? I have a saved scene file with the above CA on a rootnode. I load it and then get messag…

8 years ago
Forum
Reply
RE: Binding a Script into a Max File

example exampleCA = attributes example ( fn popupFn = ( messageBox “I refuse to open this scene, sorry! ” resetMaxFile #n…

8 years ago
Forum
Reply
RE: Macrorecorder doen't load texture file

maxscript reference If you’re looking for a specific Octane renderer properties or functions you should check out otoy’s forum instead. Mxs reference…

8 years ago
Forum
Reply
RE: Macrorecorder doen't load texture file

sceneMaterials[“Wood”].diffuse_tex = RGB_image filename:”C:\sometexture.jpg” You can check for ‘diffuse_tex’ properties like so show sceneMaterials[…

8 years ago
Forum
Reply
Reply
RE: How to transfer data from C# to maxscript

actually you don’t need to compile anything at all mxs way another one

8 years ago
Forum
Reply
RE: Float Script for Brake Lights along a path constraint – Ressurected

CoronaMtl “——— ” “——— ” .colorDiffuse : RGB color .colorReflect (colorReflection) : RGB color .colorRefract (colorRefraction) : RGB color …

8 years ago
Forum
Reply
RE: Run an MCR file but ignore its macroscrip header?

Thanks for the explanation, Denis. There’s not a single word in reference about this particular handler.

8 years ago
Forum
Reply
RE: Run an MCR file but ignore its macroscrip header?

denisT: it has to be isIndeterminate is it somehow related to tri-state of a macro button? I always thought it can only be on/off

8 years ago
Forum
Reply
RE: Run an MCR file but ignore its macroscrip header?

denisT: on isIntermediate I couldn’t find anything about this event. What is it for?

8 years ago
Forum
Page 73 / 84