-
expressions linking comps by name or index
Okee dokee…
SOLID_Goat is a comp with a bunch of layers in it (character positions)
BEVEL_Goat is a comp with a bunch of layers in it (matching character positions)
Both are in a comp called 12D_Goat.
I need the opacity of the first layer in BEVEL_Goat to be mapped to the opacity of the first layer in SOLID_Goat. Opacity of second layer in BEVEL to be mapped to second layer in SOLID, etc.
Right now we’re manually pick-whipping them. There are LOTS of character positions to it’s taking forever. comp(“SOLID_Goat”).layer(“FR_GoatShock”).transform.opacity
Isn’t there just ONE expression that could be copied to ALL layers of BEVEL that would automatically map them to corresponding layers in SOLID?
Thank you!!!!!
<wbr>