Unfortunately that does not work. Sorry, I should have explained a little further. I need to start with selected objects verts from there I would like to grab the dag object from it's verts.
On Tue, Sep 20, 2016 at 1:27 PM, Marcus Ottosson <[email protected]> wrote: > Have a look at passing objectsOnly=True to the ls() function. > > On 20 Sep 2016, at 21:14, I73 <[email protected]> wrote: > > selectedObject = cmds.ls( selection=True) > dagObject = selectedObject[0].split('.')[0] > cmds.select(dagObject) > > Currently I am able to return the dag object by using a split method, is > there a cleaner way of doing this? > > -- > 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/b36e49be-3d5b-4969-8175- > c6468b3acd18%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/b36e49be-3d5b-4969-8175-c6468b3acd18%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 a topic in the > Google Groups "Python Programming for Autodesk Maya" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/python_inside_maya/kQmQD76OsXY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/python_inside_maya/0BA1BC98-E165-42B1-832D-C637D77CECE4%40gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/0BA1BC98-E165-42B1-832D-C637D77CECE4%40gmail.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/CAAD4CW64C6_0-d%3DLKuNN%3DTB_9pzpN6vQMX3LH5BV8qn3MFio8A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
