-
Link to expression in precomp, but unique to each time precomp is used.
I’m unsure how to link to an expression in a precomp multiple times.
Example… In ‘Base_comp’ I have three layers of the same ‘Pattern_comp’.
In ‘Pattern_comp’ I have a dropdown menu that specifies ‘Pattern A’, ‘Pattern B’ and ‘Pattern C’, which then displays the corresponding pattern.
What I would like to do is in ‘Base_comp’ on layer 1 add a dropdown menu set to 1, which would then select Patter A. On layer 2 I could have the dropdown set to 2. Layer 3 = 2 (or whatever). So each layer would have a different dropdown that each drives the dropdown in the corresponding precomp.
What I tried to do, which obviously didn’t not work, is pick whip the ‘Pattern_comp’ dropdown menu to the ‘Base_comp’ layer 1 dropdown. Gives me correct pattern on layer 1, but not layer 2 or 3.
Hope that is clear. Any help is greatly appreciated.