Search found 321 matches

by byronnash
October 3rd, 2007, 1:33 pm
Forum: Script requests
Topic: selecting items in render queue window...
Replies: 2
Views: 8353

You need to loop through the output modules for each render item since the render items can have multiple output modules. Below is a snippet of code from one of my scripts. It should help you get the idea. I apologize for not cleaning it up but I'm pretty busy at the moment. :roll: //setup RQ for (i...
by byronnash
September 10th, 2007, 7:30 pm
Forum: Scripts Discussion
Topic: file size detection on drive
Replies: 3
Views: 8023

Glad to see you on the forum Todd, happy coding.
by byronnash
September 6th, 2007, 10:15 am
Forum: Scripts Discussion
Topic: AE to FCP?
Replies: 19
Views: 32572

The script has been updated. Test it out with some PAL stuff and see if it works for you.
by byronnash
August 30th, 2007, 5:43 am
Forum: Scripts Discussion
Topic: AE to FCP?
Replies: 19
Views: 32572

Yeah, that would be because my script uses an expression on a text layer to get accurate time code. The Expression I'm using is "timeToNTSCTimecode". I'll have to build some additional logic to allow for PAL timecodes. I can't wait until we have a unified image size and frame rate. And NON...
by byronnash
August 29th, 2007, 10:15 am
Forum: Scripts Discussion
Topic: AE to FCP?
Replies: 19
Views: 32572

http://www.armoredsquirrel.com/scripts/BN_EDL_Export.jsx I removed some sections of code that sequenced out the layers every 5 seconds. It actually was working correctly, it just did something totally different that export the layers as is. Try this version instead and see what happens. I brought t...
by byronnash
August 28th, 2007, 5:19 am
Forum: Scripts Discussion
Topic: AE to FCP?
Replies: 19
Views: 32572

I'll try to take a look if I get any time today. It's been a long time since I wrote or tried that script.
by byronnash
August 27th, 2007, 5:36 pm
Forum: Scripts Discussion
Topic: AE to FCP?
Replies: 19
Views: 32572

It's corrected now. Sorry!
by byronnash
August 27th, 2007, 1:16 pm
Forum: Scripts Discussion
Topic: AE to FCP?
Replies: 19
Views: 32572

Arno, try this script out. I haven't run it in a while but it's the one I was referring to for this thread. I hope it helps you get started. My script is still sort of rough.

http://www.armoredsquirrel.com/scripts/BN_EDL.jsx
by byronnash
August 23rd, 2007, 12:07 pm
Forum: General Scripts Library
Topic: Random 3d Text field with depth fade
Replies: 13
Views: 35972

Glad to hear that the script was helpful. I wrote that one a l o n g time ago and I'm sure it's very messy. I haven't opened it in a while.
by byronnash
August 2nd, 2007, 12:39 pm
Forum: Scripts Discussion
Topic: SIGGRAPH anyone?
Replies: 0
Views: 5537

SIGGRAPH anyone?

Anyone else headed to SIGGRAPH next week? If we have a few people there, we should have a small get together.
by byronnash
July 5th, 2007, 6:17 am
Forum: Script requests
Topic: Repetative tasks (Creating Comp and assing values)
Replies: 1
Views: 6834

Your post is a little confusing. Do you mean that you want to have a script add expressions to layers? Please try to outline your script a little better and we can try to point you to some usable examples.
by byronnash
June 11th, 2007, 9:21 am
Forum: Script requests
Topic: Move layers to layer marks
Replies: 2
Views: 8718

I'm not aware of an existing one but that doesn't sound too hard to do. You can access an array of the markers and then shift the layer startTime to the keyTime property of each marker.
by byronnash
May 17th, 2007, 5:50 am
Forum: Scripts Discussion
Topic: Still having trouble with callSystem, on a Mac this time
Replies: 3
Views: 8646

How it's written in that last line is how I need it to be in the callSystem part. I was assuming that I would need to add the quotes into my final string so it would act correctly. I thought I tried it without but I'm not sure. Do you know if MacOS can handle having spaces in the file path when runn...
by byronnash
May 14th, 2007, 7:51 pm
Forum: Scripts Discussion
Topic: Still having trouble with callSystem, on a Mac this time
Replies: 3
Views: 8646

Still having trouble with callSystem, on a Mac this time

Below is the code I'm trying to run. I've gotten the windows end to work using replace to add slashes and format the text properly. Everything looks correct on the Mac but it doesn't do anything. As far as I can tell, the "runString" variable is the same a the last line I typed. Ideas anyo...
by byronnash
May 10th, 2007, 5:16 am
Forum: Script requests
Topic: scripting for a specific Effect
Replies: 4
Views: 11025

Glad to hear that you got it figured out. I didn't want to come across as harsh I just wanted to make sure you understood what the best practices were for this type of thing. Good luck and hope to see you around the forum!