Search found 3 matches
- August 11th, 2014, 12:51 pm
- Forum: Scripts Discussion
- Topic: Create Comps from selected items, collect comps in folder..
- Replies: 3
- Views: 15866
Re: Create Comps from selected items, collect comps in folde
OK, almost done. What a headache! I still can't figure out how to move the new comps into the new folder, the above "code" has been adjusted there's some minimal error checking, what affects the folder should be the same: var folderYear = prompt("Folder name for image sequence year?&q...
- August 11th, 2014, 8:47 am
- Forum: Scripts Discussion
- Topic: Create Comps from selected items, collect comps in folder..
- Replies: 3
- Views: 15866
Re: Create Comps from selected items, collect comps in folde
Ok, So I got around problem number 3 - adding the already existing background layer. Changing the background layer's name to z_bg and then adding var totalItems = app.project.numItems; var bg = app.project.item(totalItems); app.project.item(compName).layers.add(bg); //adds the background layer ..ins...
- August 11th, 2014, 5:30 am
- Forum: Scripts Discussion
- Topic: Create Comps from selected items, collect comps in folder..
- Replies: 3
- Views: 15866
Create Comps from selected items, collect comps in folder..
Hello, I would have preferred to solve this on my own, but I am running low on time so I hope I don't ask too many obvious questions. I am new to scripts, but have completed almost 2 out of 4 scripts I will need for an upcoming project dealing with almost 2000 images. What I am trying to do is: 1 Se...