You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_inside_maya
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.
Dillon B
unread,
May 25, 2012, 1:13:39 PM5/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_in...@googlegroups.com
it = OpenMaya.MItDependencyNodes(OpenMaya.MFn.kShadingEngine) sel = OpenMaya.MSelectionList()
Justin Israel
unread,
May 25, 2012, 3:29:39 PM5/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_in...@googlegroups.com
I wonder if "haggi" figured this out already, 2 years later ;-)