Thank you, worked like a charm.
Worked like a charm…thanks a lot!
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…
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…
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…
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
Hmm yea but that’s a global switch for all param blocks…
If I do that, can I block the default message?
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…
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”.
Yea that’s why I mentioned that in my first post
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.
So Klvnk’s method works well for plugins that call the ClassDesc->BeginEditParams function in their BeginEditParams virtual function override, but …