-
Expression to access an item’s precomp?
If I use comp(“ExampleComp”) then if I duplicate that comp then the comps inside it that reference “ExampleComp” will still reference the first comp, not “ExampleComp 2”.
How can I access the composition that my item is inside? There is no function I can find like thisPrecomp or thisParentComp.
Thanks for your help!