Hey I was just wondering if anyone would be able to explain the logic behind this. I don’t really understand why it works the way it does.
Body = thisComp.layer(“FlyingBoobies”)
Body.toWorld(Body.effect(“Puppet”).arap.mesh(“Mesh 1”).deform(“ShoulderR”).position);
I guess I am not understanding how Body.toWorld(“”); workds. What does having the layer “Body” before toWorld do. I read the help files on the expresison and I guess I am not understanding how the relationship is influenced by placing the layer object before the “toWorld” funciton.
No rush on thhis, just curious. I would like to understand this so that I dont have to search for it everytime I need to use something similar.