creativescratchpad.blogspot.cz - Creative Scratchpad [MAXScript Toolbox]

Description: Focusing on simplicity, this site works as a code scratchpad for little timesavers, tools, maxscript snippets and problem solutions.

code (3076) tool (1821) script (1405) function (499) dotnet (342) 3ds max (248) vojta (68) euler (26) maxscript (7) macroscript (1)

Example domain paragraphs

Random maxscript snippets and sample tools

Even for seasoned scripters, the idea of dipping their toes into the C++/SDK territory often looks daunting, even more so when confronted with the sheer volume of the documentation and all the topics covered. That said, there's no need to go full C++ right away. I'll cover the process of creating your own MAXScript functions using the Function Publishing system, and how to leverage them in a pair of sample scripted simpleMeshMods .

I'm gonna briefly touch a lot of topics, and many tangentially related concepts and features will be referenced. It's not important that everything makes sense on the first read, maybe not on the tenth either but I hope you'll stick around long enough that everything eventually falls into place and when it does, the code you write will be more robust.