How do I set a property on a deeply nested composition?
I have a composition in After Effects named "Comp1." It contains a nested composition named "Comp2," which in turn includes another composition named "Comp3." Could you please explain how I can add a property to "Comp1" that sets a value in "Comp3"?
I have tried using various expressions and Essential Properties. Essential Properties allow me to change values from parent to child but only work one level deep. I thought, "That's fine, I'll just add an essential property to the parent and then add that property to its parent." However, this approach returns the error: "Essential Properties are not currently supported in the Essential Graphics panel." In other programs, I could simply write the code "this.parent.parent.propertyName," but this syntax is not available in After Effects.
I have consulted multiple AE certified professionals and every AI in existence, yet I still cannot find a solution. Does anyone have a suggestion for this problem?
Note: I do not want to identify the top-level object by its parent name. My goal is to have many copies of the top-level comp on my timeline so I can individually change the properties of the nested comps. The alternative approach would require creating a new nested comp for each one, which would defeat the purpose entirely.
