Search found 13 matches

by calier
March 30th, 2007, 6:21 pm
Forum: Scripts Discussion
Topic: After Effects CS3 - scripting guide online
Replies: 1
Views: 7182

After Effects CS3 - scripting guide online

For some odd reasons the scripting guide for After Effects CS3 is online, available directly from Adobe's website.

http://www.adobe.com/products/aftereffe ... rview.html
by calier
March 2nd, 2006, 11:36 am
Forum: Scripts Discussion
Topic: go to the next line in an edittext box ?
Replies: 2
Views: 7711

:D Awesome it works ! Thank you very much for your help
by calier
March 1st, 2006, 1:46 pm
Forum: Scripts Discussion
Topic: go to the next line in an edittext box ?
Replies: 2
Views: 7711

go to the next line in an edittext box ?

does anyone know if there is a way to go to the next line in an "edittext" box ?

the usual "\n" is simply ignored ... bug ? :(

thanks
by calier
February 8th, 2006, 3:50 pm
Forum: Scripts Discussion
Topic: system.callSystem (run as a new instance?) (AE7.0)
Replies: 1
Views: 6817

system.callSystem (run as a new instance?) (AE7.0)

The new "system.callSystem" command from AE 7.0 is a pretty exciting new feature because it allows you to run an external program without having to go thru the batch file / (undocumented) ".execute()" trick. This new feature sounds wondefull on the paper but it looks like after e...
by calier
January 16th, 2006, 12:50 pm
Forum: Scripts Discussion
Topic: Can you test if an image is "off screen"?
Replies: 2
Views: 8274

I recommand you add a "point control" effect to your layer and read the position of each corner of your layer from there.
by calier
October 27th, 2005, 11:37 am
Forum: Script requests
Topic: Autosave
Replies: 5
Views: 13391

autosave with task scheduler

it is possible to write an autosave script using thw windows Task Scheduler ... i wrote one ..and it works (without interupting after, ex : RAM preview, tracking, ...) It is a little complicated to setup... but it works. Some of the issues are that after effects doesn't let you save the project &quo...
by calier
October 25th, 2005, 7:12 pm
Forum: Scripts Discussion
Topic: fileSystem modified attribute question
Replies: 6
Views: 13135

not working either

I have the same problem when asking for "app.project.file.modified" the hours, minutes,and seconds never change their always setup to 18:26:40 . (the date is up to date though) Now what ? I spent the whole day writing my script and now i'm stuck :cry: hopefully Adobe is going to fix this i...
by calier
October 6th, 2005, 12:09 pm
Forum: Scripts Discussion
Topic: .execute() method
Replies: 1
Views: 6554

allright .. i guess it's not possible then .... thanks anyway :)
by calier
September 21st, 2005, 8:17 pm
Forum: Scripts Discussion
Topic: .execute() method
Replies: 1
Views: 6554

.execute() method

Does anyone know if there is a way to add an argument when launching a program from the .execute() method ? (WITHOUT using a batch file :) i see you coming) here is what i have right now in my script : var launch_Smedge = new File(smedgeFolder + "\\SmedgeGui.exe"); launch_Smedge.execute();...
by calier
September 21st, 2005, 8:54 am
Forum: Scripts Discussion
Topic: "on Open" script ?
Replies: 2
Views: 7623

ok ... i was thinking about using my acual pallette menu to launch the script, but i just wanted to make sure that nobody would use the "File" " Open" method anymore ... that's fine i'll just do that then.

Thanks
by calier
September 20th, 2005, 3:48 pm
Forum: Scripts Discussion
Topic: "on Open" script ?
Replies: 2
Views: 7623

"on Open" script ?

Does anyone knows if there is a way to run a script when you're opening or closing a project (from the "File", " Open" menu) ?
This would be a really usefull possibility.

Thanks.
by calier
March 14th, 2005, 7:27 pm
Forum: Scripts Discussion
Topic: Replace footage in comp
Replies: 3
Views: 9272

I am looking for the same thing. Anybody out there knows if there any way to do that ?
by calier
March 8th, 2005, 1:49 pm
Forum: Scripts Discussion
Topic: modify text value from a "Basic Text" effect ?
Replies: 1
Views: 6783

modify text value from a "Basic Text" effect ?

Does anyone know if there is a way to modify the text value from a "Basic Text" effect ?

Image

(I know i could use a text layer but for different reasons i would prefer just changing this value if i can)

thanks ! :)