Go to: Synopsis. Return value. Keywords. Related. Python examples.

Synopsis

hwRenderLoad()

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

hwRenderLoad is NOT undoable, NOT queryable, and NOT editable.

Empty command used to force the dynamic load of HR render

Return value

None

Keywords

hardware, rendering

Related

hwRender

Python examples

import maya.cmds as cmds

# Load the HW render engine
cmds.hwRenderLoad()