Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Rigging a shape character

  • Rigging a shape character

    Posted by Charlie Hughes on January 23, 2015 at 6:53 pm

    Hey guys,

    I’m animating a character comprised of shape layers, his legs and arms are open strokes. This enables me to add sleeves that cut off with trim paths, and round hands that pop out when I take off butt caps, etc.

    And it looks great except when I try to loop keyframes like a walk cycle, I can’t, because you can’t add loop_ to path coordinates.

    Question, is there any way to rig it so a point on a stroke is connected to a null or something? Probably not. Is there any way to rig a stroke.

    Or is there a loop code for paths like the one i’m talking about.

    Thanks.

    Dan Ebberts replied 11 years, 6 months ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    January 23, 2015 at 7:55 pm

    Try this:


    if (numKeys > 1){
    t = inPoint + (time - inPoint)%(key(numKeys).time - inPoint);
    valueAtTime(t)
    }else
    value

    Dan

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy