Skip to main content
Teguh82
Inspiring
July 21, 2014
Question

How to parenting the puppet pin

  • July 21, 2014
  • 1 reply
  • 963 views

Hi there,

I animating 10 animal 2D that walking in a row. I moved the first animal with puppet tool. Is it possible to just parenting the puppet pin the the other animal behind the first one so they do walking in a same way? I Need any expression suggestion. Thanks

This topic has been closed for replies.

1 reply

Dan Ebberts
Community Expert
Community Expert
July 21, 2014

To connect a pin position to the same pin on a "leader" layer, something like this should work:

thisComp.layer("leader").effect("Puppet").arap.mesh("Mesh 1").deform(thisProperty.propertyGroup(1).name).position

Dan

Teguh82
Teguh82Author
Inspiring
July 21, 2014

Thanks for your fast respond Dan,

Unfortunately it's still doesn't work. I try something like that before and it's makes the child layer pin move to the same position as the leader layer pin. Look pretty messy . I need the child layer pin position still in its own and only follow the walking move af the leader layer pin. What you think?

Dan Ebberts
Community Expert
Community Expert
July 21, 2014

That's strange--it works perfectly for me. The only way I can think of for that to happen would be if your animals are not separate layers. The pin positions are relative to the layer, so as long as they are separate layers of the same size, it should work.

Dan