-
Duplicate comp and make changes only to copy
In my main composition I have an animation composition, that contains a photo_fall composition, that contains a photo comp.
So its main->animation->photo_fall->photo
The photo comp contains a photo and some other elements.
The photo_fall comp is an animation of the photo comp falling
the animation comp is the photo_comp with some text transitioning in and out.I want to have several of these animation each with different text and different photo.
If I duplicate the animation composition it still has the same photo_fall inside it, so if I make a change to photo_fall, I change the original as well. So I guess I want a duplicate where every composition within it is also a duplicate.
I hope I am explaining well what I am trying to do. What is an easy and efficient way to achieve this?