Interfaces > Core Interfaces > batchRenderMgr |
This Interface provides access to the Batch Render Manager feature.
Available in 3ds Max 8 and higher.
Returns the number of views defined in the Batch Render manager.
Corresponds to the Display Rendered Views checkbox in the Batch Render UI. When set to true, the rendered views will be displayed.
Corresponds to the Net Render checkbox in the Batch Render UI. When set to true, the rendering will be sent to the network.
Returns a batchRenderViewOps MixinInterface to the indexed view.
Returns the index of the named view.
Creates a new view from the specified camera and returns a batchRenderViewOps MixinInterface to the new view.
Deletes the indexed view. Returns true on success, false otherwise.
Duplicates the indexed view and returns a batchRenderViewOps MixinInterface to the new view.
<MixinInterface:batchRenderViewOps>
This MixinInterface is returned by the GetView(), CreateView() and DuplicateView() methods of the batchRenderMgr Interface in 3ds Max 8 and higher and provides the following properties:
Get/set the enabled state of the view.
This property was exposed incorrectly in previous versions of 3ds Max and has been fixed in 3ds Max 2009.
Get/set whether to override the Render Preset with the view's .
Get/set the start frame to be used when rendering this view.
Get/set the end frame to be used when rendering this view.
Get/set the render width to be used when rendering this view.
Get/set the render height to be used when rendering this view.
Get/set the pixel aspect to be used when rendering this view.
Get/set the output file name to be used when rendering this view.
Get/set the Camera to be used when rendering this view with Override Preset turned on.
Get/set the name of the Scene State to be used when rendering this view.
This property was exposed incorrectly in previous versions of 3ds Max and has been fixed in 3ds Max 2009.
Get/set the Render Preset file to be used when rendering this view.