The Render command is located at the following locations:
To render using the command on Linux, you must include the path as part of the command. On Windows, you can include the path as part of the command or set your system path to include the path. On Mac OS X, you can include the path as part of the command or use the Maya Terminal window. See the following sections for more information on command line rendering for Windows and Mac OS X.
Set up command line rendering for Windows
If you want to run the Render command from the Windows command line prompt without entering the command path each time, you can add the command path to your system Path environment variable.
To set the PATH environment variable
You can now run the Render command using the Windows command prompt without entering the path to the command.
Set up command line rendering for Mac OS X
You can render from the command line using the Maya Terminal window, which has all the proper path information to run Maya command-line applications.
The Maya Terminal.term file is provided in your Maya directory when you install Maya, and launches a Terminal window that has all the proper path information to run Maya command-line applications (such as Render) and licensing tools. Using this .term file makes it easier to use command-line Maya applications on Mac OS X.
Maya Terminal.term sources a simple (Bourne) shell script to set up the environment: /Applications/Autodesk/maya2013/Maya.app/Contents/bin/MayaENV.sh
This could be used in a custom environment instead of using Maya Terminal.term directly; for example, when accessing the Maya environment remotely or from an alternative term application.
To render from the command line
At the command prompt, shell, or Terminal window, type:
Render -r <renderer name> <options> <filename>
where <renderer name> is the name of the renderer:
and where <filename> is (generally) a Maya ASCII or Maya Binary file, and <options> is one or more of the options or flags.
This renders the image or animation using the renderer you specify in the command line.
Render <options> <filename>
<filename> is (generally) a Maya ASCII or Maya Binary file, and <options> is one or more of the options or flags.
This renders the image or animation using the renderer defined in the file.
For descriptions of the common command line renderer flags, see Common flags for the command line renderer.
For descriptions of the renderer-specific command line renderer flags, see Renderer-specific flags for the command line renderer.