-
Parenting only one transform value….
Hi, I want to parent an object to another object (let’s say a “flame” animation layer to a “candle” layer) – but I don’t want the flame to inherit other properties (rotation, scale) from the candle, I only want it to keep it’s distance relative to it’s position. Why I don’t just use an expression on the position of the flame layer (ie: thiscomp.layer(“candle”).transform.position) is because I don’t want it to be exactly on the anchor point of the candle – I want it to be like the parent effect where it stays in relation to the anchor point from when I parent the object. Any clues on a direction I should be going here?
-grey