Skip to main content
Known Participant
February 2, 2017
Answered

Drag feet for a walk cycle when feet have fixed pins

  • February 2, 2017
  • 2 replies
  • 727 views

Okay, so I have a biped puppet who needs to stand and gesture and move, but also walk. The problem is, per the tutorials (and in practice), I've pinned her feet down with Fixed points so her feet and legs don't pivot and fly around with her upper body as I sway back and forth.

That part works great, as expected.

....But I also need to animate her walking. I can't drag her feet in walking motions while they're fixed to the ground, so how do I accomplish this dual tasks? Do I have to replicate the whole puppet and take off the Fixed points and replace them with Draggable handles, just for the walking moments? I'd prefer to avoid duplication of puppets, but I understand there could be limitations that require it for the time being!

Thanks for your help!

This topic has been closed for replies.
Correct answer oksamurai

For now - one idea would be to make the draggables "Hold in Place" and then do an initial drag of the legs when you start - then the dragging will stick the legs into place as if they were fixed (I think).

But if that doesn't quite have the right effect you want, then yes, duplicating the body and having a fixed and draggable version you can switch between is the best way to go. We are working on some tools to make this way easier for the future, but for now one of these two ideas is probably your best bet.

2 replies

Sheepa1212
Participant
August 8, 2020

Is there an updated solution for this?  I am running into a similar issue. 

oksamurai
oksamuraiCorrect answer
Legend
February 3, 2017

For now - one idea would be to make the draggables "Hold in Place" and then do an initial drag of the legs when you start - then the dragging will stick the legs into place as if they were fixed (I think).

But if that doesn't quite have the right effect you want, then yes, duplicating the body and having a fixed and draggable version you can switch between is the best way to go. We are working on some tools to make this way easier for the future, but for now one of these two ideas is probably your best bet.

Known Participant
February 3, 2017

Thanks man. I'll give both approaches a shot and see which works best.