ivanisavich
@ivanisavich
New Member
Joined: Feb 15, 2024
Topics: 63 / Replies: 313
Reply
4 years ago
Forum
Topic
Reply
RE: [SDK] Paramblock messages

Worked like a charm…thanks a lot!

5 years ago
Forum
Reply
RE: [SDK] Paramblock messages

Klvnk: Oh shoot I didn’t think about the fact that the helper Object will receive the message before it’s sent further. Your approach makes sense now…

5 years ago
Forum
Reply
RE: [SDK] Paramblock messages

Not sure why that code would go in the helper NotifyRefChanged function…the helper is what’s changing, and it’s tyFlow that receives the message. And…

5 years ago
Forum
Reply
RE: [SDK] Paramblock messages

Here’s a more complete outline of the problem. When tyFlow gets a REFMSG_CHANGE/PART_ALL from an input object, it resets the cache and recomputes the…

5 years ago
Forum
Reply
RE: [SDK] Paramblock messages

It’s not an XY problem. If there’s no way for me to flag certain params as changing only certain PART ids, then I guess I’m out of luck

5 years ago
Forum
Reply
RE: [SDK] Paramblock messages

Hmm yea but that’s a global switch for all param blocks…

5 years ago
Forum
Reply
RE: [SDK] Paramblock messages

If I do that, can I block the default message?

5 years ago
Forum
Topic
Forum
Replies: 16
Views: 23
Reply
RE: [SDK] Function Publishing and Maxscript Interaction

CTRL+SHIFT+F is “Find in Files” in MSVS. Set the path to your SDK directory and never worry about relying on an external search app (at least while yo…

5 years ago
Forum
Reply
RE: SDK – PolyObject modify verts not undoable

You’ll have to add your modification to the undo stack manually if it doesn’t do it internally. Look at the docs for “theHold”.

5 years ago
Forum
Reply
RE: [SDK] pblock from HWND

Yea that’s why I mentioned that in my first post

5 years ago
Forum
Reply
RE: [SDK] pblock from HWND

I’d be ok with just getting the IParamBlock if it were possible…although maybe it’s not worth the effort since ADSK has phased out IParamBlock.

5 years ago
Forum
Reply
RE: [SDK] pblock from HWND

So Klvnk’s method works well for plugins that call the ClassDesc->BeginEditParams function in their BeginEditParams virtual function override, but …

5 years ago
Forum
Page 1 / 26