Hi all, I was wondering if there was someone who has managed to get this working. I'm trying to set the default renderer when opening maya to 3Delight instead of maya software. Maya complains of the renderer not being registered. When I try using these commands which work perfectly for "mayaHardware" or "mayaSoftware". Using the renderer command is suppose to register the renderer but it creates an empty tab in the Render Settings. Ideally I would like this to be placed in a userSetup file.
import pymel.core as pm pm.renderer("3Delight") pm.setAttr( "defaultRenderGlobals.currentRenderer", "3Delight", type = "string") Ray -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe