jlwitthuhn
@jlwitthuhn
New Member
Joined: Feb 14, 2024
Topics: 17 / Replies: 29
Reply
RE: Earliest time to register MAXscript globals? [SDK]

Is there something I’m missing about how to do that from other plugin types? Renderer, modifier, object, utility, texture, etc plugins can only do so…

7 years ago
Forum
Reply
RE: Earliest time to register MAXscript globals? [SDK]

Poking around the documentation some more I found that the answer to this is to make a GUP. This is a plugin class type that allows doing arbitrary th…

7 years ago
Forum
Reply
RE: Earliest time to register MAXscript globals? [SDK]

That is what I do now, but I’m specifically trying to correct the use case where a user mistakenly sets one of those variables before selecting the re…

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

Just figured it out. The problem was that I wasn’t declaring a p_subtexno for each texmap inside my ParamBlockDesc2. Adding this in for each texmap fi…

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

Not sure how I would fit there in, but I’ll take a look in the SDK for some sample use of these, thanks. guruware: when you drag/drop a map, d…

7 years ago
Forum
Topic
Reply
RE: Error using ParamBlock2-based parameter rollouts [C++]

Found the cause of this. It seems that the problem was my ClassDesc2 didn’t implement the function HInstance(), which is required for these rollouts t…

7 years ago
Forum
Topic
Reply
RE: Max not calling BaseObject::Display for GenCamera object

Looking over the documentation a bit more, it seems I was going about this entirely the wrong way. It looks like BaseObject::Display doesn’t work with…

8 years ago
Forum
Reply
RE: Max not calling BaseObject::Display for GenCamera object

I just set up some simple logging, I was having trouble getting it to display so the first thing that happens when Display is called is that it will l…

8 years ago
Forum
Topic
Reply
RE: SDK: Find BitmapTex coordinate mapping

Thanks, that looks like exactly what I need.

8 years ago
Forum
Topic
Forum
Replies: 2
Views: 8
Page 1 / 4