denisT
@denist
New Member
Joined: Feb 14, 2024
Topics: 218 / Replies: 11426
Reply
RE: 3ds Max Note Track Cleaner

Are you sure it’s a good idea to delete all note tracks for every open file? Maybe this should be a special indication of which file or which track ne…

1 year ago
Forum
Reply
RE: getPropNames

It throws not a low case but the first put in hashtable. Using hashed names instead of string helps to save maxscript memory. Similar hashtable also i…

1 year ago
Forum
Reply
RE: getPropNames

if you look in “corenames.inl” you would see two names: #mapCoords amd #mapcoords … this is why I do lowercase comparing for all names (subanim, param…

1 year ago
Forum
Reply
RE: getPropNames

I never had any problems with IParamBlock2… but you’ve asked about IParamBlock

1 year ago
Forum
Reply
RE: getPropNames

As I said, you can’t trust the GetPropNames method because it’s up to the developer to make that list (and order it) right. So the list as a whole doe…

1 year ago
Forum
Reply
RE: getPropNames

I certainly don’t remember how many paramblocks the box object has in 2010, but I think more than one. Doesn’t a paramblock in 2010 have a getparamblo…

1 year ago
Forum
Reply
RE: getPropNames

Are you sure this is the correct paramblock? There can be more than one, and GetParamBlock() is not the same as GetParamBlock(0).

1 year ago
Forum
Reply
RE: getPropNames

Klvnk: GetParamName* NotifyRefChanged is from ReferenceMaker… It’s the base for almost everything Just very interesting for myself. I’d like to …

1 year ago
Forum
Reply
RE: getPropNames

the SDK say… // When a client of a param block receives the \ref REFMSG_GET_PARAM_NAME // message, the partID field is set to point at one of these s…

1 year ago
Forum
Reply
RE: getPropNames

Klvnk: mapcoords you can get/set it by name: template<typename T> inline bool IParamBlock2::SetValueByName(const MCHAR* const paramName, c…

1 year ago
Forum
Reply
RE: getPropNames

Klvnk: would love to see the source code for getproperty setproperty and getpropnames etc so i can see whats what and what i’m missing ! These f…

1 year ago
Forum
Reply
RE: [Pymxs] How to get the first and last frame of an object

if you ask for a range of some controller without specifying #children this controller must to support keys… in general only leaf controllers support …

1 year ago
Forum
Reply
RE: [Pymxs] How to get the first and last frame of an object

see MXS Help: getTimeRange <controller> [#selOnly] [#allKeys] [#children] Returns a time Interval value specifying the range of time covere…

1 year ago
Forum
Reply
RE: Delete Mixdown from MIxer (BIPED)

Great find! It works for me. Thanks!

1 year ago
Forum
Topic
Forum
Replies: 2
Views: 44
Page 2 / 777