it = OpenMaya.MItDependencyNodes(OpenMaya.MFn.kShadingEngine) sel = OpenMaya.MSelectionList()
On Thursday, August 12, 2010 4:17:13 PM UTC-4, haggi wrote: > > Fortunatly I can use ls(type = "shadingEngine") to list all shading > enginen nodes, but what is the Equivalent of this command in the > python maya api? MItDag() only gives me shapes and transforms. > > Any ideas? > > Thanks a lot. > -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
