i got this to work but i dont understand why it worked

from frame 1 to 25 the body translates from 0 to -1.3, got that. But how do i know that i need to do -1.3/2 for frame/pose c, p, d, u then copy the c pose over the next c pose and input 1.3. trying to understand the reasoning, hard to wrap my mind around it.

  • Wayne Dixon replied

    I'm struggling to follow.

    But let me have a guess.
    If the char is moving 1.3 over a full cycle.  Then it's going to move 1.3/2 over exactly half the cycle.

    So the second half == (first half + 1.3) - (1.3/2)

    Clear as mud? haha