Page 1 of 1

Replacing a source file

Posted: December 18th, 2008, 10:15 am
by julianck
I want to redirect a layer's source from one photoshop file to another. I tried using "app.project.item(#).replace()", but instead of connecting me to the corresponding layer (the two photoshop files are duplicates, just different locations), it replaces it with the entire merged PS file. Is this possible to reconnect just individual layers?

Thanks,
Julian

Re: Replacing a source file

Posted: December 18th, 2008, 5:29 pm
by Dan Ebberts
I think AVLayer.replaceSource() is what you're looking for.

Dan