Search found 321 matches

by byronnash
February 8th, 2005, 6:44 am
Forum: Scripts Discussion
Topic: readln() for a certain line
Replies: 2
Views: 8728

Thanks Peter, that worked like a charm.
by byronnash
February 7th, 2005, 1:44 pm
Forum: Scripts Discussion
Topic: readln() for a certain line
Replies: 2
Views: 8728

readln() for a certain line

When using the readln() method, how can I have it skip to a certain line? I don't want to have to readln() a bunch of extra lines if I know I need to read lines 11 -123 for example.
by byronnash
February 7th, 2005, 6:48 am
Forum: Scripts Discussion
Topic: Moving Items into a Folder
Replies: 4
Views: 12470

Or move them into the new folder after they are all created? Let me know if you find how to do this. I thought maybe if you had the folder selected when you duplicated a comp, it might work, but no. Here is how to make a comp in a folder. var folderTest = proj.item(1).items;//sets the itemCollectio...
by byronnash
February 4th, 2005, 10:39 am
Forum: Scripts Discussion
Topic: Replace footage in comp
Replies: 3
Views: 9330

Replace footage in comp

Can this function be done in scripting? There are two ways to do it with keyboard shortcuts or dragging. I am importing some files into a project and need to swap the new items with layers that exist in a comp. Replace a selected layer's source footage in Composition window with selected footage: Ct...
by byronnash
February 2nd, 2005, 7:06 am
Forum: Expression Discussion
Topic: Duplicate layer on path
Replies: 3
Views: 11893

I wonder if you couldn't write an expression on a bunch of layers that use valueAtTime(). You could tell each layer to take a master layer's position at a n absolute point in time. If I get a chance, I'll see if I can get a working expression of what I'm talking about.
by byronnash
February 1st, 2005, 2:30 pm
Forum: Scripts Discussion
Topic: Adding meta-data to quicktime files
Replies: 14
Views: 29071

I found a small applescript that tells you the filetype and creator. The .scpt files are Creator: ToyS, and the filetype: osas. I'm going to try to put those in my test script and see if that works. On another note. I found some applescripts in the "folder actions" category that run a scri...
by byronnash
February 1st, 2005, 9:38 am
Forum: Scripts Discussion
Topic: Adding meta-data to quicktime files
Replies: 14
Views: 29071

vidpat, where did you find those options for open()? I looked through my O'Reilly book but there's not much useful info in there.
by byronnash
January 30th, 2005, 3:58 pm
Forum: Scripts Discussion
Topic: best program to write scripts in?
Replies: 13
Views: 25620

I am currently using Editpad Pro. It has a very long demo period.

Does TextPad have syntax coloring?
by byronnash
January 27th, 2005, 1:29 pm
Forum: Scripts Discussion
Topic: Adding meta-data to quicktime files
Replies: 14
Views: 29071

I doubt it, because you get the same problem with applescript. It doesn't seems to want to run from inside AE. You get the same error that you get with the .sh file. I wonder if you can have applescript watch a folder or individual file and do the operation Impudent just described? That way AE would...
by byronnash
January 27th, 2005, 11:29 am
Forum: Scripts Discussion
Topic: Adding meta-data to quicktime files
Replies: 14
Views: 29071

When you say "I don't think AE has a very extensive applescript library", do you mean AE needs actual applescript commands? Looks like people are having a similar problem getting .sh files to run from AE too from what I saw on anoher post? If we could get anything to run, I guess we could ...
by byronnash
January 27th, 2005, 5:58 am
Forum: Script requests
Topic: A better file browser for finding files via scripting
Replies: 0
Views: 8830

A better file browser for finding files via scripting

I would like the file browser to be like the standard windows file browser when you invoke it through scripting. The one that comes up with a fileGetDialog is very basic and crappy.
by byronnash
January 26th, 2005, 3:36 pm
Forum: Scripts Discussion
Topic: Adding meta-data to quicktime files
Replies: 14
Views: 29071

I've been working on this script for a bit now. I am trying to get AE to write and run an Applescript. This is my script to test the ability to write and launch an applescript from AE: { var exe_shutoff = new File("TestAE_IO.scpt"); exe_shutoff.open("w"); exe_shutoff.writeln(&quo...
by byronnash
January 26th, 2005, 1:52 pm
Forum: General Scripts Library
Topic: Random 3d Text field with depth fade
Replies: 13
Views: 36519

Random 3d Text field with depth fade

This script reads a user specified text file and creates a text layer for each line of text in a new comp called "Text Comp", or it uses the active comp. - adds expression to control a random placement in 3d space - adds expression to control a depth fade as the layer recedes from the came...
by byronnash
January 24th, 2005, 12:43 pm
Forum: Expressions Library
Topic: Distribute layers in 3D Space
Replies: 2
Views: 21773

My geometry/trig isn't that strong, what do you think I'd need to add to keep the items in a spherical space?
by byronnash
January 24th, 2005, 6:22 am
Forum: Scripts Discussion
Topic: Render Queue Settings
Replies: 2
Views: 11034

Hofuzz, check this script out. Sorry for pasting it in here, it's not that long. This script applies Render Settings and Output Module templates to items in the render queue. As far as I know, you cannot access very many settings in the queue. You can load templates by name however. Hope this helps ...