Now i got the problem, that i don't know how to change the blending-modes of a layer per script... could anyone please help me, or tell me a page/book where all these attributes are listed?!
thanx, stakker
Search found 3 matches
- June 17th, 2008, 7:05 am
- Forum: Scripts Discussion
- Topic: Select Layers by name
- Replies: 4
- Views: 10324
- June 9th, 2008, 1:05 pm
- Forum: Scripts Discussion
- Topic: Select Layers by name
- Replies: 4
- Views: 10324
Re: Select Layers by name
Yo bro! thanks! I'm going to try it this way!
- June 9th, 2008, 5:05 am
- Forum: Scripts Discussion
- Topic: Select Layers by name
- Replies: 4
- Views: 10324
Select Layers by name
I want to make a script that adjusts the levels of a layer with a specific name... My plan was to do it this way, but it doesn't work, because "undefined is not an object" ??! numitems = app.project.numItems; for(var i=1; i<=numitems; i++) { if(app.project.item(i).name == "left.psd&qu...