On Tue, Jun 12, 2018, 7:46 AM Ravi Chandran <rav6chand...@gmail.com> wrote:

> No , I didnt know how to do that. I am just starting to learn python, very
> beginner
>

This link is in your Help menu in your Maya window:
http://help.autodesk.com/cloudhelp/2017/ENU/Maya-Tech-Docs/CommandsPython/index.html

Each command should have an example of usage at the bottom. I would
recommend you review that documentation first, and see if you can make an
attempt to write something. It is better to ask for help with errors and an
example of your attempt, than to ask people to please write your code from
Mel to python :-)



> On Mon, Jun 11, 2018 at 3:35 PM, Justin Israel <justinisr...@gmail.com>
> wrote:
>
>> Hi,
>>
>> These should all have python cmds equivalents. Did you look up the usage
>> of select, select Key, and sets in the python docs?
>>
>> Justin
>>
>>
>> On Tue, Jun 12, 2018, 5:41 AM Ravi Chandran <rav6chand...@gmail.com>
>> wrote:
>>
>>>
>>> when I do manually :-
>>>
>>> select -r sack_sbend1Handle ;
>>> selectKey -clear ;
>>> // Result: 0 //
>>> // Result: bend1Set //
>>> // Result: tweakSet37 //
>>> sets -fe bend1Set CNT_SUB_GOD_2_CShape.cv[0:13] ;
>>> select -add CNT_SUB_GOD_2_CShape.cv[0:13] ;
>>> select -cl  ;
>>>
>>>
>>> I need help this function in to python script .
>>>
>>> Thanks in advance
>>>
>>>
>>>
>>> --
>>> 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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/python_inside_maya/CAMgn%3DSb7VxBQ9d%2BSuKaS4k28d4mrk9tifQC%2B%2ByWkCvTjd%3D3m4g%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/python_inside_maya/CAMgn%3DSb7VxBQ9d%2BSuKaS4k28d4mrk9tifQC%2B%2ByWkCvTjd%3D3m4g%40mail.gmail.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 python_inside_maya+unsubscr...@googlegroups.com.
>>
> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0BaQ58M3ffsobJh_MS_C0RzE9Ly3i79h4E0%3DXKi-O51g%40mail.gmail.com
>> <https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0BaQ58M3ffsobJh_MS_C0RzE9Ly3i79h4E0%3DXKi-O51g%40mail.gmail.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 python_inside_maya+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/CAMgn%3DSY0gzKFCkZ2_nt37RqFrE1xNP_xknv9s0GX5wXRMGMw3A%40mail.gmail.com
> <https://groups.google.com/d/msgid/python_inside_maya/CAMgn%3DSY0gzKFCkZ2_nt37RqFrE1xNP_xknv9s0GX5wXRMGMw3A%40mail.gmail.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 python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA3i%3DZY9Wc1t%3D1wuNP9SSnKCgH3QiwK8WWJdOwXbtwahCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to