Search found 138 matches

by Disciple
February 1st, 2005, 4:31 pm
Forum: Script requests
Topic: Smooth/Ease/Linear Palette
Replies: 0
Views: 8279

Smooth/Ease/Linear Palette

I'd be interested in seeing a palette that would allow users to apply smooth, ease and linear expressions (maybe also loopOut and others) to animation curves. Basically it would allow us to select a set of Kf's and just apply the expression, a bit like Paul's Wiggle Palette. This is something Shake ...
by Disciple
January 29th, 2005, 8:25 am
Forum: Scripts Discussion
Topic: best program to write scripts in?
Replies: 13
Views: 24952

On a mac TextEdit works fine, except that you have to make sure you change your prefs to save files as Plain Text and not RTF. Then when you save you have to specify that the file needs a .jsx extension and not a .txt extension, as TextEdit will nag you about that. A nice alternative is BBedit, but ...
by Disciple
January 27th, 2005, 1:35 pm
Forum: Scripts Discussion
Topic: Adding meta-data to quicktime files
Replies: 14
Views: 28087

Hmm, I just found an interesting thread about an idea like that here :
http://bbs.applescript.net/viewtopic.php?p=35813

I'm a bit too burned today, but will see if I can adapt this to our problem tomorrow.

Alex
by Disciple
January 27th, 2005, 12:47 pm
Forum: Scripts Discussion
Topic: Adding meta-data to quicktime files
Replies: 14
Views: 28087

In fact, the problem is a bit more complex than I thought. I found out that you can in fact execute a script from an applescript (use applescript to tell AE to execute an AE script), but not the contrary. Applescript can't really talk to AE (an applescript library, if I'm not mistaken, is the amount...
by Disciple
January 27th, 2005, 10:43 am
Forum: Impudent 1's Scripts
Topic: Render and shutdown
Replies: 11
Views: 54291

Also, as I recently learned, you can't run a shutdown script without being logged in as root. I suppose you could use sudo, but you would probably need to identify, so it kind of beats the purpose of the script.

Alex
by Disciple
January 27th, 2005, 10:35 am
Forum: Scripts Discussion
Topic: Adding meta-data to quicktime files
Replies: 14
Views: 28087

Byron, it seems there is an issue with file creator. As the .scpt file is created by AE, the mac probably thinks it has to open it with AE, which can't be done. You need to get info on a .scpt file and make sure you choose "open with" After Effects and Change All so that all .scpt files ar...
by Disciple
January 24th, 2005, 5:05 pm
Forum: Script requests
Topic: Ftp after render
Replies: 20
Views: 53375

Wow, it just worked on another machine, same system Maybe there was something wrong with my airport connection at the moment I tried it with my laptop, but here on my ethernet connected machine it works just fine. This is AMAZING. Do you see any way we could interface this with Byron's Render and FT...
by Disciple
January 24th, 2005, 3:50 am
Forum: Script requests
Topic: Ftp after render
Replies: 20
Views: 53375

Hey VidPat Just tried launching the script on a mac. I put the main script in a folder, and created a (lib) folder inside this main folder. When I run the script with one item in the render queue, nothing happens. No error, no prompt, nada. I had tried running the script with the dependencies in the...
by Disciple
January 21st, 2005, 12:36 am
Forum: Script requests
Topic: Ftp after render
Replies: 20
Views: 53375

Sounds like a good idea. However I haven't seen any scripts correctly write and launch and .sh file on a mac...
Alex
by Disciple
January 20th, 2005, 11:26 am
Forum: Script requests
Topic: Ftp after render
Replies: 20
Views: 53375

Hey Micke Funny you would request that, as it is apparently something many people want. You may want to check out what Byron already started developping in that regard. Unfortunately the FTP part is quite complicated. It requires using the Socket Object, that is very poorly documented, and establish...
by Disciple
January 19th, 2005, 12:46 pm
Forum: Script requests
Topic: How this section works
Replies: 0
Views: 30605

How this section works

This new section is made for users to talk about the scripts they need. Ideas that can make their life easier, expand the potential of After Effects, save time, and combine all of the above are welcome. Your ideas are what will make scripters decide to spend time coding. Without user input it is dif...
by Disciple
January 19th, 2005, 12:14 pm
Forum: Expression Discussion
Topic: Control wiggle amount with a slider
Replies: 5
Views: 21114

Hello I just moved this topic from Expressions Library to Expressions Discussion. Questions and general discussion belong here, not in the library. To answer your question, the simplest way to do this is simply to add a slider control to the layer, enable expressions on the stream you want to add th...
by Disciple
January 7th, 2005, 9:22 am
Forum: Scripts Discussion
Topic: Quotes within quotes
Replies: 4
Views: 11736

Byron

If I'm not mistaken, you need to use the backslash \

Alex
by Disciple
January 5th, 2005, 2:26 am
Forum: Scripts Discussion
Topic: User Interface building
Replies: 8
Views: 19580

Please do, would be very interesting to see how you did it.

Thanks
Alex
by Disciple
December 19th, 2004, 9:13 am
Forum: Expressions Library
Topic: Distribute layers in 3D Space
Replies: 2
Views: 21465

Distribute layers in 3D Space

Expression created by Brian Maffit , posted to AE List ------ To place a single layer randomly in Z space, place this expression in the position stream of your layer : dist = wiggle(0,5)+5; //generates a locked random value between 0 and 10. [value[0],value[1],dist[2]] //applies value only to the z ...