Page 1 of 1

Replacing layers but keeping the same names

Posted: January 23rd, 2011, 8:58 am
by Simma
I have a composition with a log of nulls called "Null1", "Null2", "Null3" etc. I want to replace all of the nulls with a composition. This all works without any problems, but it replace the names as well. I want the replacement layer to take the names of the original layers ("Null1" for example). Any ideas?

Re: Replacing layers but keeping the same names

Posted: February 3rd, 2011, 5:09 pm
by lloydalvarez
Save the name into a variable before you do the replace and then rename the layer using the saved name variable.

Lloyd