I run max with the admin rights so it is unlikely to be the issue. __declspec(dllexport) ULONG CanAutoDefer() { return 1; } __declspec(dllexport) UL…
Thanks, Klvnk. I had to make it the way it was intially otherwise it refuses to compile. DllDesc *plgDesc_temp = const_cast<DllDesc*>(plgDesc)…
Klvnk: 1. save the current file ✓ 2. reset max ✓ 3. unload the dll (requires it’s own custom dlx!). ✓ (at least it returns True) 4. copy over the n…
Thank you, Denis. My cpp skills are below novice so I won’t be able to override anything in next few years (optimistically) Reloading c# dll isn’t a…
Did anyone try to recompile this plugin unloader by Alex Budovski for versions above 2010? maxplugins.de I experience same exact compile unresolved er…
check out my github repo MXSEditor calltipsopen mxse.ms for editing set mxs.apiPath (line 479) to your api file or use my api file (you can find it in…
Sure. It’s just a matter of parsing current doc.
Currently it is a mix of console application running by a command shortcut and a hidden auxiliary rollout that somehow responds to app’s messages. Don…
I finally made it without any external dependencies That was tough, but I’ve learned a lot since then.
is it possible to show function arguments similar way in maxscript editor? or how can i execute some script to show such a handmade tooltip with short…