Duplicate multiple layers and update expression references
Hi
Is there any way to duplicate a number of layers and have their expression references update to the new layers?
Example:
I have two layers. LayerA and LayerB. LayerA have this expression:
"thisComp.layer("LayerB").transform.scale"
so when I change the scale of layerB the scale of layerA will follow.
I now select the two layers and duplicate them. I get LayerA2 and LayerB2. LayerA2 is now connected to LayerB and not the new LayerB2.
Did that make sense? Is there a smart work around to have the layer references in expressions update when layers are duplicated? Or do you know any already made scripts that does this?
Thanks,
Jakob
