Graphics

 View Only
  • 1.  scripting keyframe with tcb spline & tension ?

    Posted 09-29-2015 14:21
    Hi everybody,

    I create an animation with scripting.

    The interpolation of my keyframe is TCBSpline.

    But I don't know how to set the TENSION

    animcontroller1.setkeyframeposition(quad1,0,500,200,0,1)

    animcontroller1.setkeyframeposition(quad1,0,1000,200,0,1)

    So if somebody know how to set the tension ...

    Thanks


  • 2.  RE: scripting keyframe with tcb spline & tension ?

    Posted 09-29-2015 14:29
    You have to use another method .SetKeyframeValueTCB(......)

    #XPression


  • 3.  RE: scripting keyframe with tcb spline & tension ?

    Posted 09-29-2015 14:59
    Perfetc ! TY my friend ;)

    #XPression