Hello everyone,
I'm trying to get position and rotation values from the structures of my rig. Every value is just giving me "0".
Can anybody help me with this?
position/rotation values of a structure
Re: position/rotation values of a structure
Hi,
Position and rotation values in After Effects (as in any other animation software) are relative to the parent of the layer. If the position value of the structure is [0,0] it means it is parented to a layer which is at the same place.
If you need its coordinates in world space, you'll have to convert the coordinates with an expression toWorld() or toComp()
Position and rotation values in After Effects (as in any other animation software) are relative to the parent of the layer. If the position value of the structure is [0,0] it means it is parented to a layer which is at the same place.
If you need its coordinates in world space, you'll have to convert the coordinates with an expression toWorld() or toComp()