Python doubt

49 kali dilihat
Langsung ke pesan pertama yang belum dibaca

Cssara

belum dibaca,
21 Mar 2018, 23.13.2521/03/18
kepadaPython Programming for Autodesk Maya
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

Justin Israel

belum dibaca,
22 Mar 2018, 00.58.4922/03/18
kepadapython_in...@googlegroups.com


On Thu, Mar 22, 2018, 4:13 PM Cssara <christ...@gmail.com> 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 equivalent python version of the docs for every Mel command 


This shows usage examples at the bottom, which in this case would show you how to pass boolean options. 

So it would look something like 

    import maya.cmds 

    maya.cmds.select("sphere1", hireachy=True)


--
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/ae33f875-7b17-4c38-8229-20bca72e5d83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Marcus Ottosson

belum dibaca,
22 Mar 2018, 03.21.3122/03/18
kepadapython_in...@googlegroups.com

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.


On 22 March 2018 at 04:58, Justin Israel <justin...@gmail.com> wrote:


On Thu, Mar 22, 2018, 4:13 PM Cssara <christ...@gmail.com> 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 equivalent python version of the docs for every Mel command 


This shows usage examples at the bottom, which in this case would show you how to pass boolean options. 

So it would look something like 

    import maya.cmds 

    maya.cmds.select("sphere1", hireachy=True)

--
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 python_inside_maya+unsub...@googlegroups.com.

--
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 python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1ojnTxXiMYHJ2_rYdQt7_kzsLn3joPZYFHOQKcWWoJiQ%40mail.gmail.com.

Ravi Jagannadhan

belum dibaca,
22 Mar 2018, 10.32.3222/03/18
kepadapython_in...@googlegroups.com
What did you try and what was the issue?

"There are no dumb questions" - Carl Sagan.

> On Mar 21, 2018, at 20:13, Cssara <christ...@gmail.com> 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
>
> --
> 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 python_inside_m...@googlegroups.com.
Balas ke semua
Balas ke penulis
Teruskan
0 pesan baru