On Thu, 1 Sep 2016, 7:39 AM likage <[email protected]> wrote: > I have another related question... > Suppose in my above hierarchy, this time round, I have a pCube1 which is a > parent of pCube2 and it is in the same 'level' as Group_1.. > > While running the code, it selects all the group nodes but pCube1 too > though it should not be... > I did not think that far ahead... Then I guess it may be impossible? >
This is the point that myself and Marcus were making. Maya has no 1st Clas concept of a group type. It is a display concept depending on its children. So technically pCube1 can be a group. You may need to extend your test. > -- > 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/a5baacb6-db54-4964-bc27-c6fd15fc5a7a%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/a5baacb6-db54-4964-bc27-c6fd15fc5a7a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPGFgA0-iOc%2BM-Vuk5Xm%3DbiCn0Tkzbz0kmsoofFL_QHURFFSvQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
