Swordslayer
@swordslayer
New Member
Joined: Feb 14, 2024
Topics: 19 / Replies: 543
Reply
RE: get and set Color-Per-Vertex for custom map chanels?

Those are node-specific properties that are only related to how it will be displayed in the viewport, and it’s explained quite well in the docs.

7 years ago
Forum
Reply
RE: get and set Color-Per-Vertex for custom map chanels?

Sure, this was the case in max 2, basically very little changed in this area since max 4.

7 years ago
Forum
Reply
RE: get and set Color-Per-Vertex for custom map chanels?

Because getVertColor is a method that predates meshop methods, back then mapchannels were supposed to do one thing and there were only two mapping ch…

7 years ago
Forum
Reply
RE: get and set Color-Per-Vertex for custom map chanels?

What’s so complicated about (result * 255) as color and (color / 255) as point3?

7 years ago
Forum
Reply
RE: get and set Color-Per-Vertex for custom map chanels?

Sure, just use meshop.get/setMapVert instead.

7 years ago
Forum
Reply
RE: Supported scripted plugin classes

That’s the complete list. I guess you could crawl the SDK but what use would that be anyway?

7 years ago
Forum
Reply
RE: Supported scripted plugin classes

There are also scripted controllers, simpleMeshMod and simpleSpline.

7 years ago
Forum
Reply
RE: paramBlock2

See above. In prior versions, you could do something like that by storing custom attributes and using their rollout. Anyway, if you can’t think of a w…

7 years ago
Forum
Reply
RE: paramBlock2

Create a that parameter just like any other and feed it for example (refs.dependsOn (Box()).baseObject)[1]

7 years ago
Forum
Reply
RE: paramBlock2

Think of it as a container of the individual parameters that allows you to easily store and retrieve them, get their types, controllers etc. This is t…

7 years ago
Forum
Reply
RE: cant find command panel HWND in max 2018 SP3

windows.getChildHWND 0 cmdPanelName This is wrong, don’t do this, if there is more than one max instance open, it will always give you the handle to …

7 years ago
Forum
Reply
RE: cant find command panel HWND in max 2018 SP3

Isn’t there also the issue that the floating command panel is identified by its text, which is different in various max localizations?

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

No idea who’s in charge of MCG (Autodesk is not exactly transparent, who can name the current 3ds max Product manager off the top of their head, for e…

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

To tell the truth, that sounds extremely complicated and error prone (plus MCG operations are faster on MCG triMesh, you have to create that from max …

7 years ago
Forum
Reply
RE: MCG Loop with current index and value

Also when deciding, take into account the cost of immutability when operating on any moderately complex type like a mesh – i.e. every MCG node that do…

7 years ago
Forum
Page 7 / 38