hey man i think this will be benefit to look at: from maya import cmds cmds.editRenderLayerMembers(...);
On Mon, Dec 28, 2015 at 2:43 PM, Mahmoodreza Aarabi <[email protected]> wrote: > hey man > i think this will be benefit to look at: > ```python > from maya import cmds > cmds.editRenderLayerMembers(...); > ``` > > On Mon, Dec 28, 2015 at 2:23 PM, Michał Frątczak <[email protected]> > wrote: > >> Hello ! >> Is there any easy method to get all renderlayers for a specific node ? Or >> do I have to go around ? :) >> Easiest I can come up with is checking 'renderLayerInfo' attr for a node >> and all it's parents... >> >> thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Python Programming for Autodesk Maya" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/python_inside_maya/9744bc4b-049b-4a79-a7ea-58c0f614708e%40googlegroups.com >> <https://groups.google.com/d/msgid/python_inside_maya/9744bc4b-049b-4a79-a7ea-58c0f614708e%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > > Bests, > madoodia > -- Bests, madoodia -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CADvbQwJZ-RU02-2azRdN73XkJ_nUwk4aM3vGBsHhJXfJFvRHHA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
