• Editor
  • Transform Constraint not working

Related Discussions
...

I'm having a problem animating some eyes. I've created a Transform Constraint that I want to control the eye movement of my character. I have two eyes and one seems to be following the constraint just fine but the other isnt doing anything at all. I've name the eyes _Iris_B (for back) and _Iris_F (for front). _Iris_F works fine, but _B doesn't follow the Constraint target. I even just set _B to follow _F and it still wont work. What's even weirder is the when I set _F to follow _B now _F wont work some of the time, or after editing the Translate Mix I can't move _B from its position at all, even though its the Target, not the thing being constrained. I've tried deleting the targets and recreating them, recreating _Iris_B, deleting the images and rebuilding them and nothing is making _Iris_B work.

I just really dont understand why this one thing isnt working. There is no difference between this and the other eye.

Hello, when creating a transform constraint, make sure the constrained bone isn't a child of the target as this would stop it from working.
Another possible cause is constraint order: Constraints: Order try clicking the Reset button on the constraints node to see if changing the order will make them work as they should, maybe they were applied in the wrong order (:

YES, that worked. Thank you so much, I knew there had to be something small that I was totally overlooking.