Search found 115 matches

by Redsandro
June 17th, 2009, 4:19 pm
Forum: Scripts Discussion
Topic: Create a folder on the file system
Replies: 2
Views: 7203

Re: Create a folder on the file system

Thanks! Yes it helps me. I actually had that guide (CS3 version) but I forgot about it; I read through the CS3 Scripting Guide instead and couldn't find the info. I wonder if that's javascript native because the method I knew (ActiveX I was talking about) goes something like this: myFSO = new Active...
by Redsandro
June 15th, 2009, 7:11 am
Forum: Scripts Discussion
Topic: Create a folder on the file system
Replies: 2
Views: 7203

Create a folder on the file system

Hi, Can I create a folder on the filesystem? I have a script make some changes to some files, but I'd like it to create a subfolder to store the changed files in. I can read() and write(), but as far as I've found out, I need a File System Object for writing folders. I didn't test if it works but I ...
by Redsandro
June 15th, 2009, 6:16 am
Forum: Script requests
Topic: Automaticly making precomps i select with same length
Replies: 3
Views: 11424

Re: Automaticly making precomps i select with same length

Hi, I bet you found another solution, but I've written this script for that purpose. I thought I'd share it anyway because it's been the ultimate time saver for me. /********** * LayerNumbers ********** * Filename: RED Precomp Layers Headroom.jsx * Written by: Redsandro - http://www.rednet.nl/en/ * ...
by Redsandro
April 12th, 2009, 6:55 am
Forum: Scripts Discussion
Topic: [?] Clone and remove trackers - not working
Replies: 9
Views: 13594

Re: [?] Clone and remove trackers - not working

It works like a charm!
I don't really get why it must be like this, but your solution works!
Thanks.
by Redsandro
April 11th, 2009, 1:39 pm
Forum: Scripts Discussion
Topic: [?] Clone and remove trackers - not working
Replies: 9
Views: 13594

Re: [?] Clone and remove trackers - not working

Wow, I didn't even notice this reply! How rude. Maybe it's because I am used to forums auto-subscribing you to your own topics.
Anyway, thank you! I do appreciate this.
I will check it out the next time I have to some tracker fun.
by Redsandro
April 11th, 2009, 11:20 am
Forum: Scripts Discussion
Topic: Dialog Scripting Guide
Replies: 3
Views: 8620

Re: Dialog Scripting Guide

Oof a big document.. have you noticed important differences or updates?
by Redsandro
April 10th, 2009, 12:07 pm
Forum: Scripts Discussion
Topic: How to get the "expression" name of a property
Replies: 1
Views: 5278

How to get the "expression" name of a property

Probably simple, but I don't get it.
I want to clone certain layers via a script. But how do I get expression compatible names for linking the properties? Both property.name and property.name give names containing spaces, which are not good for the dot syntax used for referencing in expressions.
by Redsandro
March 26th, 2009, 7:43 am
Forum: Expression Discussion
Topic: Automate mask feather based on mask movement
Replies: 8
Views: 16726

Re: Automate mask feather based on mask movement

OMG, AE is awesome!
Thanks.

Adobe should have put a feature movie on that video DVD that came with though. I like watching movies but the manual is written too explicitly to read 'just for fun'.
by Redsandro
March 26th, 2009, 7:18 am
Forum: Expression Discussion
Topic: Automate mask feather based on mask movement
Replies: 8
Views: 16726

Re: Automate mask feather based on mask movement

Now a lot of other animating masks that were perfect mess up the layer though.
I think I know the answer, but I recently learned I am wrong sometimes. :P But can motion blur be disabled for certain masks only?
by Redsandro
March 26th, 2009, 7:14 am
Forum: Expression Discussion
Topic: Automate mask feather based on mask movement
Replies: 8
Views: 16726

Re: Automate mask feather based on mask movement

What the hell? This is awesome! This is exactly what I want, but better! (Ofcourse after changing blur samples in composition settings to 8+.)
I sooo didn't know this.
Thanks!
by Redsandro
March 26th, 2009, 5:20 am
Forum: Expression Discussion
Topic: Automate mask feather based on mask movement
Replies: 8
Views: 16726

Re: Automate mask feather based on mask movement

Maybe I should feel stupid now.. CS3?
I'll check it out later..
by Redsandro
March 26th, 2009, 4:16 am
Forum: Expression Discussion
Topic: Automate mask feather based on mask movement
Replies: 8
Views: 16726

Re: Automate mask feather based on mask movement

Motion blur only works for moving layers. I mean feathering (not motion-blurring) the right amount for the motion tracked mask to match the motionblur of the footage (the motion blur that is already there), which would obviously increase when the mask moves more (and not the footage so the motion bl...
by Redsandro
March 25th, 2009, 12:41 pm
Forum: Expression Discussion
Topic: Automate mask feather based on mask movement
Replies: 8
Views: 16726

Automate mask feather based on mask movement

I was wondering if someone already made something like this. Rotoscoping motionblurred footage is not the easiest in After Effects. It would be good if there's an expression that takes all the points on a mask, and compares them temporally spatially (the positions to the previous or next frame), gen...
by Redsandro
March 20th, 2009, 10:37 am
Forum: General Scripts Library
Topic: TrackerViz for After Effects
Replies: 69
Views: 280216

Re: TrackerViz for After Effects

And here's a bug I had never encountered before: When there's an unrelated layer in the comp with a name of more than 31 characters that is also the source name so that it gets brackets (e.g. "[32chars(...)]"), whenever you run TrackerViz it mentions conflicting layer names and offers to ...