Short-term Update:

OM1 and OM2 are dang tough cookies :) Gonna spend quite a bit of time doing 
this before I can use it actively at work.

I did discover the connectControl feature:
https://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/CommandsPython/connectControl.html

It ALMOST does what I need. It drives any attribute(s) you connect to it, 
and it stays live until you disconnect it, all at full speed without 
infinitely calling functions. The only problem is that I cannot figure out 
how to connect it to a series of keyframes in the graph editor, driving 
each one individually at a specified multiplier.

One thought I had was to connect it to each attribute I want to change, and 
cycle the control through every keyframe. I think I could figure that out, 
but it might run a tad slower since it has to go through every selected key 
for every selected attribute for every selected object.

I can see the command above being incredibly helpful to connect pose 
libraries to UIs, so this trek has indeed helped me to discover more and 
more.

Thanks!

Isai

On Tuesday, October 31, 2017 at 3:12:03 AM UTC-7, Simon Anderson wrote:
>
> Hi Isai,
>
> I would suggest looking at Om2
> http://help.autodesk.com/view/MAYAUL/2017/ENU/?guid=__py_ref_index_html
>
> http://help.autodesk.com/view/MAYAUL/2017/ENU/?guid=__files_GUID_AC9B3C66_90FE_493F_A7B2_44ABBA77CED2_htm
>
> I find the best way is set up some small projects that test specific areas 
> and then try and implement them.
>
> Hope that helps
>

-- 
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/915c83ae-ed59-4472-a1d4-64d3d887c541%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to