I have three seperate layered Illustrator image files that represents a head.
The first image is the head in which the digieffects freeform has been applied.(extrusion)
The other two image files are the ears. The left ear and the right ear.
All of the files are parallel with one another.
I created a null object and made it a 3D layer where I created 3 Angle expressions (Head_X for the X axis, Head_Y for the Y axis, and Head_Z for the Z axis)
I made both ear layers as 3D layers
I used the head layer's anchor point and applied it to the ear layers so they would be the same
I then pick whipped all three files rotation expression to the Null object to each angle express (X,Y,Z)
The Head, Ear_left, Ear_right rotation layers within each file expression script look like this:
thisComp.layer("null").effect("Head_X")("Angle")
thisComp.layer("null").effect("Head_Y")("Angle")
thisComp.layer("null").effect("Head_Z")("Angle")
I parented the ear layers to the head
Everytime I try moving the expression dial on the null object only the Head_Z angle expression (Z axis )dial works with all three layers.
When I try applying the dial using the null object for the X and Y axis dial only the Head movies not the ears.
How can I get all three dials to work properly?
Attached are images are 3 images concerning the issues I am having with using the angle expression dials for the X,Y,and Z axis conntrollers.
Even when I parent the ears t o the head, it does not work only on the Z axis.
Thank you...