Command line rendering in 3ds Max 6 and higher also allows MAXScript execution - so-called pre-render scripts can be executed before the rendering starts. Below are the supported command line options, including the one related to MAXScript.
Displays a short help listing the options
Command line options in a file. That is, you can list all the options you want in a text file, one per line and pass the file as the command line argument.
Frame list "1,10,30-100" or "all"
Generate job description file (XML). You can use this option to create a job description file from scratch (in order to edit and resubmit it). The tool will parse the scene file, accept whatever other command line option you've given and create a proper job description file.
Use job description file. You would use this to pass an exiting job description file.
New job name. Used to rename a job. This is only an issue when submitting a scene to the network. The job description file and the scene file must be the name of the scene. As there cannot be two jobs with a same name, you use this to rename it prior to submitting it to the network.
Defines a network mask other than 255.255.255.0. Only an issue when submitting a scene to the network. If you don't know what this is, you don't need it. If you need it and you don't know it, this is one of those occasions you must (no matter how much I hate those messages) talk to your network administrator.
New output file. Defines a new path and name for the output image file max will be rendering to.
Manager port (for submission). Only an issue when submitting a scene to the network. If you don't know what this is, you don't need it.
Render (not to be used with -s). This is the default (if no option is given). It exists because if you use the -g option, the scene won't render unless you have this option. That is, this is the default unless you specify -g.
Submit to job to network queue (and optionally providing a manager's name or IP address). It cannot be used with -r.
Attaches a pre-render MAXScript. Use this option to attach a MAXScript to the scene. If used, the script will be executed prior to the renderer starting. Note that you can use this for both local render (-r) and network render (-s). If submitting to the network, the script will be archived along with the scene and sent to all servers participating. The script can be any MAXScript without UI access.
WARNING! |
Care should be taken in order to avoid calling any UI functions - they will not work and may cause servers to get stuck! |
Verbose level (0 - 5). How much you want the tool to tell you what it is doing. A value of 0 will give you absolutely nothing. A value of 1 will only show errors. A value of 2 will give you errors and some progress information. Values 3, 4, and 5 will give you progressively more information.
Show examples. Use this option to see some examples for the above options.