Search found 21 matches

by Klustre
September 5th, 2012, 11:45 am
Forum: Script requests
Topic: lock compositions
Replies: 1
Views: 7421

Re: lock compositions

It should be possible, but it will never update live as far as I know. Plugins have that ability.
by Klustre
September 4th, 2012, 8:46 am
Forum: Scripts Discussion
Topic: Feedback wanted: Fit Layers To
Replies: 6
Views: 14462

Feedback wanted: Fit Layers To

Hi everyone, As I'm starting out with scripting I'd love to hear any feedback on the script below. It seems to work fluently (CS5), including alerts when the wrong items are selected. It's pretty simple and nothing fancy, but I wonder where I could write it cleaner or better or whatever. http://uplo...
by Klustre
August 7th, 2011, 8:44 am
Forum: Scripts Discussion
Topic: how do i add files in a comp? - newba stuff alert
Replies: 1
Views: 5761

Re: how do i add files in a comp? - newba stuff alert

You can use add(item, duration) if I'm not mistaken.

Proper documentation can be found here:
Adobe Intro to Scripting
AE CS3 Scripting Guide
by Klustre
August 3rd, 2011, 2:33 am
Forum: Script requests
Topic: Mass delete keyframes
Replies: 1
Views: 7542

Re: Mass delete keyframes

Simply select all nulls, hit 'p' and click the stopwatch to remove all position keyframes.
by Klustre
July 30th, 2011, 12:58 pm
Forum: Scripts Discussion
Topic: Script Executed after Error
Replies: 2
Views: 6830

Re: Script Executed after Error

Perfect, thank you Paul.
by Klustre
July 29th, 2011, 3:41 pm
Forum: Scripts Discussion
Topic: Script Executed after Error
Replies: 2
Views: 6830

Script Executed after Error

Hi everyone! I've been learning to script for the last two weeks or so and man, is it addictive :) Though, something is unclear. The code below returns 'undefined is not an object' on the second line of the loop. The Intro to Scripting PDF tells me this error is only returned when the hierarchy isn'...