Hey guys, have been trying to query layer overrides attrs and I can't find where the attribute overrides are.
from the docs, # Query the current layer for the list of adjustments cmds.editRenderLayerAdjustment( query=True, alg=True ) # castsShadows nurbsSphereShape1.castsShadows # pPlaneShape1.castsShadows # pSphereShape1.castsShadows # instObjGroups pCylinderShape1.instObjGroups[0] # motionBlurByFrame defaultRenderGlobals.motionBlurByFrame # receiveShadows nurbsSphereShape1.receiveShadows # pPlaneShape1.receiveShadows # pSphereShape1.receiveShadows # shadingSamples defaultRenderQuality.shadingSamples so from the example above, how would I get the pPlaneShape1.castsShadows attr for that render layer. I could switch layers using the gui and get the attrs that way but that would take a long time. Cheers, -d -- When things get too complicated, it sometimes makes sense to stop and wonder: Have I asked the right question? -Enrico Bombieri -- http://groups.google.com/group/python_inside_maya
