phoelix
@phoelix
New Member
Joined: Feb 15, 2024
Topics: 5 / Replies: 51
Reply
RE: getting access to group node thinking particles

you can also try with the reference tree

7 years ago
Forum
Reply
7 years ago
Forum
Reply
RE: Just hide the object….

what about adding the node to the default layer, hide the node and then adding back the node to its original layer? theNode=$sphere001 currLayer=the…

7 years ago
Forum
Reply
RE: Trying to create my first "hello world" plugin. Got stuck.

good to know, it’s a shame it can’t be done in latter versions, because most of the code i make uses stuff that only works in latter versions of max.

7 years ago
Forum
Reply
RE: Trying to create my first "hello world" plugin. Got stuck.

Use 3ds Max 2018, seems the fastest one to load

7 years ago
Forum
Reply
RE: getClassInstances but in SDK??

Lol that’s right, it’s in the avg_dlx.cpp and yes it uses the same animatable functions to do the job

7 years ago
Forum
Reply
RE: getClassInstances but in SDK??

You have to create a class derived from AnimEnum, and use the proc function to collect the classes. Here is an example but i used the Animatable::Enu…

7 years ago
Forum
Reply
RE: getClassInstances but in SDK??

i dont find a similar function of getClassInstances in the SDK, but reading the reference of maxscript that function uses the Animatable::EnumAnimTre …

7 years ago
Forum
Reply
RE: getClassInstances but in SDK??

There is a function in the class Animatable that you can use to get all the animatables, then you can iterate in those animatables comparing the Class…

7 years ago
Forum
Reply
RE: global variables -> apropos() but in SDK

Alright, in that case you can iterate through all the nodes and materials in the scene and see if they are Stand-Ins, those are the ones that max uses…

7 years ago
Forum
Reply
RE: global variables -> apropos() but in SDK

so you are trying to get maxscript globals to be used in the SDK? or C++ globals?* If it’s C++ globals the only thing that you can get with the SDK a…

7 years ago
Forum
Reply
RE: mxs glitch?

I gave you the solution in my previous message already lol. Remove the #unique in the last line of the code where you add the preset

7 years ago
Forum
Reply
RE: mxs glitch?

Alright, now i can see what is going on!. You have an asterisk at the end of CustomAttributesPresets so that’s why i didn’t get the error. Without the…

7 years ago
Forum
Reply
RE: mxs glitch?

yes, I did what you said and no error was prompted.

7 years ago
Forum
Page 1 / 4