Hi,
I think I should write a script to put all nested comps into one while renaming the layers. Maybe its possible to write a photoshop script too, which allow to rearrange the layer into sets according their layer names.
Search found 7 matches
- February 11th, 2008, 11:27 pm
- Forum: Script requests
- Topic: Export all(!) Layers
- Replies: 2
- Views: 13027
- February 6th, 2008, 7:13 am
- Forum: Script requests
- Topic: Export all(!) Layers
- Replies: 2
- Views: 13027
Export all(!) Layers
Hi,
does anybody know how to export all layers, including nested comps, as a photoshopfile (CS2)? I mean, I can export as Photoshop with layers, but all nested comp (2 times) were flattened in this way.
Thanks for any hint
daniel
does anybody know how to export all layers, including nested comps, as a photoshopfile (CS2)? I mean, I can export as Photoshop with layers, but all nested comp (2 times) were flattened in this way.
Thanks for any hint
daniel
- February 8th, 2007, 3:40 am
- Forum: Script requests
- Topic: How to get "expressioned" values?
- Replies: 1
- Views: 8089
- February 8th, 2007, 2:52 am
- Forum: Script requests
- Topic: How to get "expressioned" values?
- Replies: 1
- Views: 8089
How to get "expressioned" values?
Hi,
i access the scale-value form script via
If the the scale-property is animated with an expression i can't the the result with this. What can i do, beside converting the expression to keyframes?
Thanks
Daniel
i access the scale-value form script via
Code: Select all
curLayer.scale.valueAtTime(time,true)
Thanks
Daniel
- January 31st, 2007, 10:41 pm
- Forum: Script requests
- Topic: copy script source?
- Replies: 3
- Views: 12607
- January 31st, 2007, 2:21 am
- Forum: Script requests
- Topic: copy script source?
- Replies: 3
- Views: 12607
copy script source?
Hi, is there a way to make a "live copy" of an expression? I wanna like to do somthing like on Layer 1 (scale): mul(scale,2); and on Layer 2 (scale) "copy script from layer 1" this means, i don't wanna have the result of expression 1 i only want the script. This would simplify th...
- January 18th, 2007, 11:07 pm
- Forum: Scripts Discussion
- Topic: How to determinate the Source/untrimed layer length?
- Replies: 0
- Views: 7155
How to determinate the Source/untrimed layer length?
Hi,
how can I get the untrimed layer length of an trimed layer? I found the properties: startTime, inPoint and outPoint but nothing about the length like layerDuration/endTime or something like that.
Thanks for any help in advance
Daniel
how can I get the untrimed layer length of an trimed layer? I found the properties: startTime, inPoint and outPoint but nothing about the length like layerDuration/endTime or something like that.
Thanks for any help in advance
Daniel