Search found 4 matches
- January 8th, 2010, 12:16 am
- Forum: Scripts Discussion
- Topic: Effect disable
- Replies: 3
- Views: 13679
Re: Effect disable
yep, as straightforward as "enabled" works. Should have thought of testing that before asking. Thanks!
- January 5th, 2010, 6:45 am
- Forum: Scripts Discussion
- Topic: Effect disable
- Replies: 3
- Views: 13679
Effect disable
How can I disable an effect? I need to add an effect to a layer with some settings but then disable (or maybe "hide" is the real word?) it to use that later by the user. I use the following script: var effect = alphaLayer.property("Effects").addProperty("CC Wide Time");...
- December 29th, 2009, 11:15 am
- Forum: Scripts Discussion
- Topic: Change ICC profile
- Replies: 0
- Views: 6192
Change ICC profile
I do not find a way to change the "Color settings" "Working space" for a project. Is there a solution to do this with code? Otherwise I might prepare a template and use that when making a new project, but it just complicates my batch script.
- December 15th, 2009, 11:53 am
- Forum: Scripts Discussion
- Topic: image count in import sequence
- Replies: 1
- Views: 6409
image count in import sequence
Is it possible to import selected images in a sequence without user manually specifying them? Function importFileWithDialog() does not suite because it asks for users input. I have a folder with 60 images what has to result in 3 sequences of 20 images. Currently I am using var importOptions = new Im...