Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Test plugin written on C# without reloading 3d MAX

I run max with the admin rights so it is unlikely to be the issue. __declspec(dllexport) ULONG CanAutoDefer() { return 1; } __declspec(dllexport) UL…

11 years ago
Forum
Reply
RE: Test plugin written on C# without reloading 3d MAX

Thanks, Klvnk. I had to make it the way it was intially otherwise it refuses to compile. DllDesc *plgDesc_temp = const_cast<DllDesc*>(plgDesc)…

11 years ago
Forum
Reply
RE: Test plugin written on C# without reloading 3d MAX

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…

11 years ago
Forum
Reply
RE: Test plugin written on C# without reloading 3d MAX

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…

11 years ago
Forum
Reply
RE: Test plugin written on C# without reloading 3d MAX

Did anyone try to recompile this plugin unloader by Alex Budovski for versions above 2010? maxplugins.de I experience same exact compile unresolved er…

11 years ago
Forum
Reply
RE: MAXScript Editor,Why not show Calltip?

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…

11 years ago
Forum
Reply
RE: MAXScript Editor,Why not show Calltip?

Sure. It’s just a matter of parsing current doc.

11 years ago
Forum
Reply
RE: MAXScript Editor,Why not show Calltip?

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…

11 years ago
Forum
Reply
RE: MAXScript Editor,Why not show Calltip?

I finally made it without any external dependencies That was tough, but I’ve learned a lot since then.

11 years ago
Forum
Reply
RE: MAXScript Editor,Why not show Calltip?

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…

11 years ago
Forum
Page 84 / 84