Search found 2 matches

by JohnBoy
May 19th, 2006, 11:12 pm
Forum: Scripts Discussion
Topic: Copy Footage Source and replace
Replies: 2
Views: 7983

Thanks Jeff, My problem is that the graphics designer needs to do a replace() on the footage item so that in the comp the layer retains all settings , effects and transforms that are already there. so far I have got to this point. var afile = myFile.readln(); //read the file path from my text file /...
by JohnBoy
May 19th, 2006, 4:28 am
Forum: Scripts Discussion
Topic: Copy Footage Source and replace
Replies: 2
Views: 7983

Copy Footage Source and replace

I have a script that is running through a composition firstly replacing text in certain layers (Thanks to Dan Ebberts). I now want to be able to replace the image in that comp. The only way I have found to do this is to use the FootageItem replace() method. The problem I have is that I don't want to...