Search found 7 matches

by julianck
March 10th, 2009, 12:45 pm
Forum: Scripts Discussion
Topic: implementing Scrollbars into palette
Replies: 0
Views: 6024

implementing Scrollbars into palette

Is it possible to attach a scrollbar to a palette or a panel and if so how does one go about implementing it? I'm working on a palette that requires the user to input a lot of information into numerous edit boxes -- more than can be held on one screen. Ideally the user could just scroll down through...
by julianck
December 18th, 2008, 10:15 am
Forum: Scripts Discussion
Topic: Replacing a source file
Replies: 1
Views: 7290

Replacing a source file

I want to redirect a layer's source from one photoshop file to another. I tried using "app.project.item(#).replace()", but instead of connecting me to the corresponding layer (the two photoshop files are duplicates, just different locations), it replaces it with the entire merged PS file. ...
by julianck
October 3rd, 2008, 8:54 am
Forum: Scripts Discussion
Topic: Import Photoshop Layers
Replies: 3
Views: 12305

Re: Import Photoshop Layers

Umm, maybe I should clarify. I meant is it possible to import an individual photoshop layer via scripting?
by julianck
September 24th, 2008, 8:28 am
Forum: Scripts Discussion
Topic: Import Photoshop Layers
Replies: 3
Views: 12305

Import Photoshop Layers

I can import a photoshop file as a whole, but is there anyway to import just an individual layer?

Thanks,
Julian
by julianck
September 1st, 2008, 10:06 am
Forum: Scripts Discussion
Topic: Adding Puppet Points
Replies: 0
Views: 6989

Adding Puppet Points

I'm able to add the puppet effect to a layer via scripting, but I'm having trouble creating a new mesh and puppet points. Is that possible?

Any advice would be greatly appreciated. Thanks.
-Julian
by julianck
April 7th, 2008, 1:43 pm
Forum: Scripts Discussion
Topic: replacing photoshop layers
Replies: 0
Views: 7077

replacing photoshop layers

I want to redirect an AVItem from one photoshop file to a copy in a different location (as if I were collecting files). However, when I use the replace method, it replaces the individual layer with the entire photoshop file. Is it possible to replace just the specified layer?

Thanks for any help,
JK
by julianck
May 29th, 2007, 7:48 pm
Forum: Scripts Discussion
Topic: copy paste keys
Replies: 5
Views: 15922

You need to retrieve all of the spatial (spatial tangent, etc.) and temporal (temporal ease, etc.) data from the old keyframe and apply it to the new one.