ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
How to call MaxScript in windows command line or program languages like Java?
Submitted by gloomy on Mon, 2008-07-21 21:00
As subject, I want to integrate maxscript files to an automatical pipeline so that I don't need to open it one by one and run. Any ideas? Thanks in advance.
getFiles <wild_card_filename_string>
files = getFiles @"c:\foo\*.ms"for file in files do fileIn file
or include.
For more details see "External File Methods" in the mxs help file. And if that is to limited id check dotNet which can just be coded in max.
Calling maxscripts from commandline seems a bit odd since it requires 3dmax its not a standalone program, but a script..
Comments
Thank you very much for your
Thank you very much for your answer.
Just a mxs
Just a mxs suggestion:
or include.
For more details see "External File Methods" in the mxs help file. And if that is to limited id check dotNet which can just be coded in max.
Calling maxscripts from commandline seems a bit odd since it requires 3dmax its not a standalone program, but a script..
http://www.impulze.net/