Search found 7 matches

by daniel
February 11th, 2008, 11:27 pm
Forum: Script requests
Topic: Export all(!) Layers
Replies: 2
Views: 9155

Re: Export all(!) Layers

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.
by daniel
February 6th, 2008, 7:13 am
Forum: Script requests
Topic: Export all(!) Layers
Replies: 2
Views: 9155

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
by daniel
February 8th, 2007, 3:40 am
Forum: Script requests
Topic: How to get "expressioned" values?
Replies: 1
Views: 6883

i got it:

simply set valueAtTime(time,true) to valueAtTime(time,false);

daniel
by daniel
February 8th, 2007, 2:52 am
Forum: Script requests
Topic: How to get "expressioned" values?
Replies: 1
Views: 6883

How to get "expressioned" values?

Hi,

i access the scale-value form script via

Code: Select all

curLayer.scale.valueAtTime(time,true)
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
by daniel
January 31st, 2007, 10:41 pm
Forum: Script requests
Topic: copy script source?
Replies: 3
Views: 9344

Hi Dan,

thanks for your answer! Really good. I made the expression on "Source" and put the code between quotes.

thanks again
daniel
by daniel
January 31st, 2007, 2:21 am
Forum: Script requests
Topic: copy script source?
Replies: 3
Views: 9344

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...
by daniel
January 18th, 2007, 11:07 pm
Forum: Scripts Discussion
Topic: How to determinate the Source/untrimed layer length?
Replies: 0
Views: 6020

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