susanta
@susanta
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 19
Reply
RE: .NET: how to unload assembly ?

Yea, It is bit wired…please try the following way, I have used Maxscript to make it bit easy to understand for MaxScripters as my level best. —…

16 years ago
Forum
Reply
RE: .NET: how to unload assembly ?

ZeBoxx2, yea that is easy way to overcome this problem… Sorry, the hard way I have actually not dicussed the process in deatail in my previous post. H…

16 years ago
Forum
Reply
RE: .NET: how to unload assembly ?

From the use I can assume they have used internally AppDomain unloading but not sure as it is not exposed in user level. Incase of Appdomain, load the…

16 years ago
Forum
Reply
RE: .NET: how to unload assembly ?

Yea it is really big problem with .net assembly which can not be unloaded once it loaded. Only AppDomain can be unloaded. Have a look about it on MSDN…

16 years ago
Forum
Reply
RE: HitchHiker – A dynamic rollout control for 3ds max

I think, it is possible. Can play with the 3dsmax.exe.config file with in 3dsmax installation folder. Anyway, great going guys. Lots of GUI magic pos…

16 years ago
Forum
Reply
RE: ampersand as part of button label

there is this nice code on maxscript reference under String Literals topic which printout all of them. char=“0123456789abcdef” for i=1 to char.count …

17 years ago
Forum
Reply
RE: ampersand as part of button label

@ is non printing character. Please use \x40 for it. example: label lbl1 “\x40” pos:[30,21] width:93 height:45

17 years ago
Forum
Reply
RE: SDK: C++ Design question…

What about this way? class Shed; class Tool { public: Tool(Shed* shed); }; class Shed { Tool* getContents(); };

17 years ago
Forum
Reply
RE: Adding and removing modifiers to nodes using the SDK

Strange indeed! Now I have tried to merge them…but again failed to regenerate the problem…can you tell me please what maxSDk version are you using? I’…

17 years ago
Forum
Reply
RE: Adding and removing modifiers to nodes using the SDK

Hi, I have quickly created a dlx a plugin to test it( which gives two maxscript functions AddNormal and removeNormal)…with the following block of code…

17 years ago
Forum
Reply
RE: Max SDK: Transforming a Mesh

you can try Data exchange inteface for export mesh data. Open 3dsmax SDK help and then search with this “Programming with 3DXI”. Select the first sear…

17 years ago
Forum
Reply
RE: Minimizing/Maximizing 3ds Max Window

try this… obj = createOLEObject (“Shell.Application”) obj.minimizeAll() –obj.undoMinimizeAll() releaseOLEObject obj

17 years ago
Forum
Reply
RE: Free book about 3DSMax SDK

Thanks David…it is really very helpful.

17 years ago
Forum
Reply
RE: Error in first SDK try

hi Vicki, If you are compiling intervalarray from howto folder you not have to set anything. It will automatically find the lib file and includes fil…

18 years ago
Forum
Reply
RE: Example C#/C++ .net assembly for use in max9?

In my work area I’m using visual studio 2005 team system…but in my home I’m using free visual studio express edition (It has almost all features, but …

18 years ago
Forum
Page 1 / 2