Does anyone know of a way to get a list of all maya render layers in a scene? Not just the current one.
My brains wants it to be this but it is not.
cmds.editRenderLayerGlobals(query=True)
Thanks!
cmds.ls(type='renderLayer')