[Closed] dotNet Example Scripts
Does anybody have, or know of, some completed scripts that are open and make extensive use of dotNet controls/features? I find the docs lacking in this regard, and am having a tough time getting my brain wrapped around the concept.
Anything would be appreciated, big or small.
how about this http://ypuechweb.free.fr/dot_net_test.html
also there maybe a few tips in the sdk but Im not sure
This is a Max plugin I’ve written last year to show how to use .Net with Max SDK. It needs some correction and modification.
About using .Net with MAXScript you can have a look at these scripts:
Included in Max 9:
NET_ListViewWrapper.ms and NET_TreeViewWrapper.ms (in \stdplugs\stdscripts)
Macro_BakeTextures.mcr and Macro_NamedSelSets.mcr (in ui\macroscripts)
TheOnion by Paul Hormis : http://www.hyperent.com/Hyp-TheOnion.php
LayerMan by Light : http://www.orionflame.com > Light > Production Tools
(other scripts…)
“Using DotNet In MAXScript” by Borislav ‘Bobo’ Petrov : http://www.scriptspot.com/bobo/mxs9/dotNet/index.html
You can also search this forum for “.Net” or “dotNet”.
Finally, I’ll release scripts and articles about using .Net in MAXScripts in the near future.
I managed to figure some interesting things out last week. I am reading the CLR book you recommended in another thread, which has helped me gather some understanding of what is going on under the hood. When I grasped some of the semantics, Assemblies and such, that made it a bit clearer.
Powerful stuff.
You are extremely helpful Yannick. Many thanks.