Awesome, helped me out!
My script was looping through all selected layers and supposed to apply a preset according to layer name, but would only apply to the first one. Select fixed it!
Thanks.
Search found 4 matches
- July 31st, 2013, 3:42 pm
- Forum: Scripts Discussion
- Topic: Apply preset and strange result
- Replies: 2
- Views: 11152
- July 25th, 2013, 1:15 pm
- Forum: Scripts Discussion
- Topic: variable parsing into regex - what is the trick?
- Replies: 2
- Views: 9799
Re: variable parsing into regex - what is the trick?
Darn it, so simple! Thanks for taking the time to help beginundogroup!
Cheers to your raise!
Cheers to your raise!

- July 24th, 2013, 8:50 pm
- Forum: Scripts Discussion
- Topic: variable parsing into regex - what is the trick?
- Replies: 2
- Views: 9799
variable parsing into regex - what is the trick?
I have been trying to figure this out for hours. What is the trick to getting a variable into a regular expression: (regular expression searching for string: fur) (full code below) this works fine: var itemIndexifReturned = (layer.search(/fur/gi,"")); alert (itemIndexifReturned); but when ...
- August 14th, 2008, 1:27 pm
- Forum: Scripts Discussion
- Topic: Can scripting make a new AE folder?
- Replies: 3
- Views: 9810
Can scripting make a new AE folder?
Hi all, I have been scouring internet and forums, to try and find a scripting command to make a new AE folder. Not a windows folder. We are needing to write a script similar to smartimport, that will additionally put the sequences in their own folders, and name the folder according to the parent fol...