Re: [Maya-Python] Python doubt

2018-03-22 Thread Ravi Jagannadhan
What did you try and what was the issue? "There are no dumb questions" - Carl Sagan. > On Mar 21, 2018, at 20:13, Cssara wrote: > > What's the command for selecting hierarchy in Maya..in Mel select > -hireachy...in same way how to write the comma d in python.. I did. And got > confused.. ple

Re: [Maya-Python] Python doubt

2018-03-22 Thread Marcus Ottosson
A small typo in that example, hireachy should be hierarchy. import maya.cmds maya.cmds.select("sphere1", hierarchy=True) Also here’s the page with examples for all Maya commands. - http://help.autodesk.com/cloudhelp/2017/ENU/Maya-Tech-Docs/CommandsPython/ ​ On 22 March 2018 at 04:58, Ju

Re: [Maya-Python] Python doubt

2018-03-21 Thread Justin Israel
On Thu, Mar 22, 2018, 4:13 PM Cssara wrote: > What's the command for selecting hierarchy in Maya..in Mel select > -hireachy...in same way how to write the comma d in python.. I did. And > got confused.. please help me > Hi. Did you make sure to check the docs for the select command? There is an

[Maya-Python] Python doubt

2018-03-21 Thread Cssara
What's the command for selecting hierarchy in Maya..in Mel select -hireachy...in same way how to write the comma d in python.. I did. And got confused.. please help me -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To