[Closed] Macroscripts? Can someone help me?
yes, this shouldn’t be such a big deal
I never used it, and I’m wondering in witch case this could be useful ?
1st. I have build a menu system that build’s macroscripts dynamicly, the macroscript are just simple menu placeholders that fileIn the script/Tool I need. So for my work scripts I don’t really make anymore “real” macroscripts, I build them dynamicly and they fileIn the actual scriptfile.
2nd. If you have scripts going over 1500 lines of code and a lot of generic (reusable) code, you can consider building library scripts (like dll’s) that you can reference from in the script, you can then either fileIn them and set them up from with a global variable, or include them directly compiling the code in your script. Or run them from stdScripts dir and simply call the functions you need, since it was already loaded with max.
So it can be usefull, but honestly I don’t use it, except for the dynamic menu. But over TechArtists.org some interresting stuff is going on.
Cheers,
-Johan
Thank for the explanation !
so it’s useful when working on big script but I still prefer to see all my code at once