but i am not getting is to array the list of max files in the respective folder and load each max file with next to next file… you get an array of…
this one is a little more complex. Instead of giving you a full script this time i will give you the steps to make the script yourself. First you hav…
you are welcome;)
If i have well understood this is your hierarchy : C:\RootFolder ……FolderA\ …………Work.max …..
By shaders do you mean creating Materials ? If yes, here is the way i would do my script. Create your Material and apply it to an object in the sce…
Wouhou! That is outstanding stuff, i like how you approach the problem ! This must have been a lot of work no ? but it was worth it The editor seems …
Hey! Thanks for the replys! the window handler technique is perfect for me:)
I think yes, Lonerobot posted an interesting article about that on his website : The idea is to use ManagedServices to communicate with 3dsmax. the…
Oops in didnt understand you problem the first time;) You can also do the following : I assume you want to make a snake animation along a spline. (i …
Hi Zackleck I did this little script quickly, i hope it does the work for you. Select the object constrained to the path and execute this script : (…
Pjanssen: […]I’d suggest writing all xml parsing code in C#, or C++ or anything that compiles to a .net assembly. And then use a single function cal…
Well i keep getting the same error, with the constructor declared explicitly. I tryed to change the c++ source code but i can’t find where the problem…
i get this error :s – Runtime error: No constructor found which matched argument list: ParseXML.Class1 i guess i have something wrong in my C++ code…
okay… so to begin with all that stuff… as a total noob i decided to try making an assembly wich would return me a simple integer when i call it. …