Hi everyone,

I try to apply an animation with new command of MFnAnimcurve 
<http://help.autodesk.com/view/MAYAUL/2018/ENU/?guid=__cpp_ref_class_m_fn_anim_curve_html>
*addKeysWithTangents.*
With Translate *TimeToLinear *and rotate *TimeToAngular* I not have 
problem, but with scale *TimeToUnitless* I have altered key.

My animation is linear. When I move timeLine my attribute is always at 0.0.
    - time: 1.0  -- value:1.0
    - time: 120 -- value: 1.0. 

If I try with this modification, in loading, my attribute is 0.0 and key 
altered but when I change current time everything is OK, my attribute have 
good value and is not altered...
    - time: 1.0  -- value: 1.0
    - time: 120 -- value: 3.0

Anyone already see this problem ?
Anyone have solution ?

-- 
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/0961d1ca-c606-4a6c-b14d-871c03196391%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to