PiXeL_MoNKeY
@pixel_monkey
New Member
Joined: Feb 14, 2024
Topics: 16 / Replies: 962
Reply
RE: MSE again

A big issue with MSE can be seen with the ALC/CRP “viruses” that self replicate through files. The ALC is attached to MSE and MSEX files. -Eric

6 years ago
Forum
Reply
RE: Update at startup a previously evaluated and registered MacroScript

Mainly for versioning the code, without a github or versioning tool. I can quickly swap versions, by changing v01 to v02 in the loader. Someone has is…

6 years ago
Forum
Reply
RE: Update at startup a previously evaluated and registered MacroScript

ilBerna: I’m not sure if this could be an elegant solution. It doesn’t need to put any scripts in specific “startup folder” but only to manually eva…

6 years ago
Forum
Reply
RE: Update at startup a previously evaluated and registered MacroScript

The hack I use is: MCR > (filein) Loader > (filein) Actual MS. This allows me to version my actual script code, but the end users never see the …

6 years ago
Forum
Reply
RE: What is the purpose of internalCategory?

Check the 2017 online help here. It should give a better idea. Basically Category gets localized, but internal category does not. -Eric

7 years ago
Forum
Reply
RE: Best practice, MCR or fileIn script.MS

I prefer an MCR with filein an MS loader script which filein the actual code. MCR > [filein] MS Loader > [filein] MS Code. The main reason I st…

7 years ago
Forum
Reply
RE: SME: GetSelectedNodes done right….

Actually denisT posted that back in 2012 here. -Eric

7 years ago
Forum
Reply
RE: Convert materials in scene to VrayOverrideMtl & ignore selected objects materials?

You could modify denisT code here to do what you need. -Eric

7 years ago
Forum
Reply
RE: Drag and drop not working with texmaps/mtl buttons

I know nothing about the SDK, but from trying to figure it out for a maxscript tool I found these related SDK entries while trying to find a solution….

7 years ago
Forum
Reply
RE: Assign standard material and wire color to selection

Can you post the code you are using? It works in my tests, so not sure what is happen. -Eric

7 years ago
Forum
Reply
RE: Assign standard material and wire color to selection

One other thing I thought of is the wire color is probably changing, but if you have objects selected it will be overridden by the 3ds max defined col…

7 years ago
Forum
Reply
RE: Assign standard material and wire color to selection

micco: The wire colour didn’t change tho. There are only 2 reasons I could see this happen is if the objects are set to By Layer for their wireco…

7 years ago
Forum
Reply
RE: Assign standard material and wire color to selection

If you do it in a loop it will create a unique material each loop. There are a few options: Create material outside the loop and apply inside the lo…

7 years ago
Forum
Reply
RE: MaxScript – Help with slidertime?

foo = $.height.controller.keys[1].time slidertime = foo -Eric

7 years ago
Forum
Reply
RE: Copy(duplicate) any material related node in Maxscript

You need to use something like this: Short Version: (sme.getview (sme.activeview)).createnode (copy (sme.GetMtlInParamEditor())) &#([100,100])[1]…

7 years ago
Forum
Page 1 / 66