Search found 321 matches

by byronnash
June 26th, 2008, 2:51 pm
Forum: Scripts Discussion
Topic: Footage layer source file name
Replies: 7
Views: 16216

Re: Footage layer source file name

So there is no way to return the filename using mainSource or source attributes of a project item? I've been trying and coming up dry.
by byronnash
June 26th, 2008, 2:00 pm
Forum: Scripts Discussion
Topic: app.executeCommand(...) List - work in progress (for CS3)
Replies: 16
Views: 214485

Re: app.executeCommand(...) List - work in progress (for CS3)

Does anyone know the command for "Save frame as... Photoshop layers"?
by byronnash
May 2nd, 2008, 8:03 am
Forum: Script requests
Topic: "Output to" stamp
Replies: 1
Views: 7343

Re: "Output to" stamp

I don't think you can access the outputmodule in expressions. You could write a quick script to dump that info into the sourceText of a layer though. The script would have to be run every time you change the filename though.
by byronnash
May 2nd, 2008, 7:09 am
Forum: Script requests
Topic: cs3 to 7?
Replies: 2
Views: 8145

Re: cs3 to 7?

I'm not aware of any way to save a project backwards. You could maybe try using animation presets or copy/paste keyframes. That would be very cumbersome if you had anything very complicated. I've never understood why some Adobe apps can save backwards but not AE.
by byronnash
January 31st, 2008, 8:10 pm
Forum: Script requests
Topic: Save JPEG screenshot
Replies: 2
Views: 8390

Re: Save JPEG screenshot

I made this script a while back. It should be fairly easy to hack out the parts that you don't need. All it basically does is apply render and output module templates and ask you where to save the files. Hopefully it's a springboard. Description: This script is handy if you are frequently rendering ...
by byronnash
January 3rd, 2008, 12:17 pm
Forum: Scripts Discussion
Topic: Determining Width and Height of a Text Layer
Replies: 62
Views: 125494

I tried putting the text layer into the activeItem and then running the app.executecommand(). It still fails to create the mask. I'm not sure what's going wrong. The selected text layer is in the activeItem. Are there any other caveats to know?
by byronnash
January 2nd, 2008, 3:22 pm
Forum: Script requests
Topic: Expression creator
Replies: 2
Views: 8604

I don't know of a specific script that does exactly what you want, but check this out. You could probably hack it fairly easily to do what you want.

http://www.redefinery.com/ae/view.php?i ... xprTweaker
by byronnash
January 2nd, 2008, 3:16 pm
Forum: Script requests
Topic: Scripts: Project Set Up and applying presets
Replies: 4
Views: 10822

Thanks nab, you've enlightened me. Where is the list of app.executeCommand(); codes?
by byronnash
December 29th, 2007, 7:33 pm
Forum: Scripts Discussion
Topic: Determining Width and Height of a Text Layer
Replies: 62
Views: 125494

Wow, that's a tough one, I'm not sure what the activeItem is going to be each time. I guess I'll do some testing and see how it works.
by byronnash
December 28th, 2007, 9:07 am
Forum: Scripts Discussion
Topic: Determining Width and Height of a Text Layer
Replies: 62
Views: 125494

I'm having trouble getting this to work on a script that loops through a lot of layers/comps. It seems like the comp that the layer is in needs to be active but there is no way to set the activeItem. How are you guys handling this problem?
by byronnash
December 28th, 2007, 8:55 am
Forum: Script requests
Topic: Scripts: Project Set Up and applying presets
Replies: 4
Views: 10822

There is a script floating around that creates a default folder setup. I'll see if I can locate it. I don't think you can trigger the Import Files dialog through scripting(especially not in ae7). I'm not sure about the color depth and I would guess you can't change the workspace in scripting but I'v...
by byronnash
December 21st, 2007, 12:39 pm
Forum: Scripts Discussion
Topic: After Effects TO XSI...
Replies: 2
Views: 8662

As far as I know there is no AFX->XSI. It's feasible to get something going, however it would be difficult. Which version of the XSI->AFX script did you try? I revised Helge Mathee's original version recently and it's a little less problematic. The process is still a little tricky. Feel free to hit ...
by byronnash
October 29th, 2007, 6:43 pm
Forum: Expression Discussion
Topic: 3d follow - reflections and shadows
Replies: 4
Views: 11256

I'm going to move this over to the expressions discussion.
by byronnash
October 16th, 2007, 5:50 am
Forum: Scripts Discussion
Topic: You Do Not Have Read Access to File:
Replies: 4
Views: 10382

Awesome, that's good to know.
by byronnash
October 9th, 2007, 1:57 pm
Forum: Scripts Discussion
Topic: sourceRectAtTime() ?
Replies: 2
Views: 8872

sourceRectAtTime() ?

How do you get a value out of the sourceRectAtTime() function? The docs say that it returns "A JavaScript object with four attributes, [top, left, width, height]." Is that supposed to be an array or what? I need to find the width value.