Search found 17 matches

by SFR75
April 2nd, 2013, 4:13 am
Forum: Scripts Discussion
Topic: saving animation presets
Replies: 2
Views: 9413

saving animation presets

Hello, Can you, guys and girls, confirm that it's impossible to save animation preset within an AE script ? I see applyPreset, but I don't see any savePreset. Very unforunate, since the script I need to write needs to create new presets and save some other information (layer name for FX that referen...
by SFR75
December 25th, 2012, 7:34 am
Forum: Expressions Library
Topic: Current Comp to Text Layer Source
Replies: 5
Views: 29982

Re: Current Comp to Text Layer Source

Nice! I couldn't figure out how to do it myself. It escaped my mind, that one can use loops in expressions :)... Thanks!
by SFR75
March 31st, 2010, 12:55 am
Forum: Scripts Discussion
Topic: NaN ???
Replies: 2
Views: 9143

Re: NaN ???

Nan is a JavaScript reserved value that indicates that the result is "Not a Number". There are a number of ways you can get this, including trying to divide by zero. I'm not sure why you would get it for your spatial tangent though. Dan Hello Dan, Yes, I googled it up and I know the meani...
by SFR75
March 30th, 2010, 6:28 am
Forum: Scripts Discussion
Topic: NaN ???
Replies: 2
Views: 9143

NaN ???

Hello, Apparently the latest update for AE CS4 have introduced some rather strange effect - NaN value! The script which worked fine before now crashes. After some debugging I have found the following. to reproduce: 3D Solid layer, property Orientation with just one key keyInSpatialTangent(1) functio...
by SFR75
December 2nd, 2009, 6:27 pm
Forum: General Scripts Library
Topic: Multi-Copy-Paste script - keyframes from multiple layers
Replies: 13
Views: 58201

Re: Multi-Copy-Paste script - keyframes from multiple layers

Hello, Ooops... Apparently I forgot a piece of experimental code, which disables the script on 1st of December. Here is a clean version (plus some minor bugs fixed) http://www.seventy75five.com/public/misc/multicopy3.jsxbin Enjoy, M ps. the reason it's jsxbin is because the code is pretty messy and ...
by SFR75
August 31st, 2009, 1:59 am
Forum: Scripts Discussion
Topic: Is there a way to access script filename and path
Replies: 1
Views: 5958

Is there a way to access script filename and path

Hello,

Is it possible for a script to know it's own filename AND location in the filesystem (path) ?

Thanks, SFR75
by SFR75
May 5th, 2009, 2:26 am
Forum: General Scripts Library
Topic: Multi-Copy-Paste script - keyframes from multiple layers
Replies: 13
Views: 58201

Re: Multi-Copy-Paste script - keyframes from multiple layers

Hello everybody Here is a new version of a script (actually it went through couple iterations already) http://www.seventy75five.com/public/misc/multicopy2.jsxbin - A number of bugs have been fixed - GUI is more compact and gives more information - The script now is dockable (you need to put it in Sc...
by SFR75
February 28th, 2008, 9:24 am
Forum: Scripts Discussion
Topic: Is it possible to change preference settings ?
Replies: 0
Views: 6044

Is it possible to change preference settings ?

Hello,

Is it possible to modify settings from the script ?
And in particular I would like to access Secret section (cache).

Thanks!
by SFR75
December 17th, 2007, 5:13 am
Forum: Scripts Discussion
Topic: Docking script panel
Replies: 1
Views: 7281

Docking script panel

Does it exist a plugin of some sort, that can run a script (with UI) within a panel ? Basically some sort of a container plugin, that can run and display scripts within. This way instead of having floating scriptUI panel, you can dock them in AE UI. Does that makes sense ? Does it exist ?
by SFR75
December 17th, 2007, 5:11 am
Forum: Script requests
Topic: Onion skin
Replies: 5
Views: 40768

Wow! :shock: Thanks!
by SFR75
December 16th, 2007, 2:51 pm
Forum: Script requests
Topic: Onion skin
Replies: 5
Views: 40768

Onion skin

To make onion-skin in After Effects. For example you have a layer with mask animation. When you run a script it duplicates the layer twice and shifts one layer a keyframe left and the other keyframe right. Then it puts both duplicate copies in mode Multiply and opacity 50. So on the screen you see p...
by SFR75
December 14th, 2007, 6:58 am
Forum: General Scripts Library
Topic: Multi-Copy-Paste script - keyframes from multiple layers
Replies: 13
Views: 58201

Congrats SFR75, very nice implementation 8) A simple remark.. When a layer has not been renamed and is duplicated, the original layer and its duplicate have the same name. If you apply the script on these layers, only one layer will be affected. I'm sure you can easily fix it (if you like to). The ...
by SFR75
December 11th, 2007, 5:21 pm
Forum: General Scripts Library
Topic: 3D Layer Distributor
Replies: 8
Views: 26558

Hey Lloyd Just tried this script in AE7 and I get an error message : Unable to execute script at line 11. Syntax error. Any idea what could be causing that? I have a bunch of 3d layers selected in a comp that has a camera. Alex Hmm.. is the camera selected? There's absolutely no error checking in t...
by SFR75
December 11th, 2007, 5:17 pm
Forum: General Scripts Library
Topic: Multi-Copy-Paste script - keyframes from multiple layers
Replies: 13
Views: 58201

Multi-Copy-Paste script - keyframes from multiple layers

I wrote this script for animation studio I work for. It allows you to select keys across multiple layers and copy them back to a new location. It also has an option to copy them more than once, which is usefull if you work with animation cycles. http://www.seventy75five.com/public/misc/multicopy.jsx
by SFR75
November 9th, 2007, 4:39 am
Forum: Scripts Discussion
Topic: How to copy a keyframe ?
Replies: 1
Views: 6520

How to copy a keyframe ?

Is there an 'easy' way to copy a keyframe. I'm writing a script, that should copy/paste selected keyframes from one composition to another for multiple layers. The problem I have is that in order to duplicate a frame, I need to recover it's time, interpolation type, interpolation in, out, spacial in...