Search found 56 matches

by ernpchan
April 10th, 2012, 5:40 pm
Forum: Scripts Discussion
Topic: PC/Mac compatibility
Replies: 3
Views: 8929

PC/Mac compatibility

I have a script that I made that works on all our PCs but it doesn't work on a Mac. Is there a list or resource that I can reference to make my script cross compatible? Right my script is breaking at var submitImage = ScriptUI.newImage( File('//blah/blah/blah.png'), undefined, undefined,File('//blah...
by ernpchan
April 9th, 2012, 11:09 am
Forum: Scripts Discussion
Topic: Sort script UI panels alphabetically
Replies: 1
Views: 6298

Sort script UI panels alphabetically

Is there a way to sort the script ui scripts alphabetically?
by ernpchan
April 7th, 2012, 11:25 am
Forum: Scripts Discussion
Topic: Putting FootageItem into folders
Replies: 7
Views: 14513

Re: Putting FootageItem into folders

Thanks Paul. Turns out that's the problem. I came up with the same conclusion as you and everything is working perfectly now. Thx again.
by ernpchan
April 4th, 2012, 2:54 pm
Forum: Scripts Discussion
Topic: Putting FootageItem into folders
Replies: 7
Views: 14513

Putting FootageItem into folders

I'm trying to organize comps and footage items into their own folders. The comps get put into the right folder. Not all the footage items do though. The code for each is pretty much the same except for different If conditions. Why do some footage items get properly moved and others dont? var compFol...
by ernpchan
March 27th, 2012, 8:38 am
Forum: Scripts Discussion
Topic: Scripting dependent renders
Replies: 3
Views: 9398

Re: Scripting dependent renders

I spoke too soon. The imported placeholder isn't tied to the Output Module's Post Render Action. Does anyone know how to do this? Paul? Lloyd? Anyone??
by ernpchan
March 22nd, 2012, 4:46 pm
Forum: Scripts Discussion
Topic: Scripting dependent renders
Replies: 3
Views: 9398

Re: Scripting dependent renders

Figured it out. You have to add the postRenderAction method and add an importPlaceholder one too.
by ernpchan
March 20th, 2012, 8:36 pm
Forum: Scripts Discussion
Topic: Adding placeholders to render queue
Replies: 1
Views: 6155

Re: Adding placeholders to render queue

Figured it out. You have to add the footage to a comp first and then add the comp to the queue.
by ernpchan
March 16th, 2012, 5:34 pm
Forum: Scripts Discussion
Topic: Scripting dependent renders
Replies: 3
Views: 9398

Re: Scripting dependent renders

Is this possible?
by ernpchan
March 16th, 2012, 5:29 pm
Forum: Scripts Discussion
Topic: Adding placeholders to render queue
Replies: 1
Views: 6155

Adding placeholders to render queue

When I do the below on a placeholder (import replace usage sequence) nothing happens. Is there something wrong with my code or do placeholders not register as addable items? If I add code to get and alert the name of the placeholder I get the name. The code works on actual footage or comp items. var...
by ernpchan
January 26th, 2012, 4:54 pm
Forum: Scripts Discussion
Topic: Scroll bar in UI panel
Replies: 1
Views: 6186

Scroll bar in UI panel

From what I've been able to find on the forum, there's no way to add a scroll bar to a UI panel. Is this still true?
by ernpchan
December 13th, 2011, 6:51 pm
Forum: Scripts Discussion
Topic: Check if layer is a light
Replies: 2
Views: 7141

Re: Check if layer is a light

Nevermind, I figured it out. Need to use matchName.
by ernpchan
December 13th, 2011, 6:36 pm
Forum: Scripts Discussion
Topic: Check if layer is a light
Replies: 2
Views: 7141

Check if layer is a light

How does one go about to check if a layer is a light?
by ernpchan
September 16th, 2011, 3:12 pm
Forum: Scripts Discussion
Topic: Check Codec
Replies: 0
Views: 5581

Check Codec

Is there a way to check the codec's used on QT footage?
by ernpchan
June 24th, 2011, 4:36 pm
Forum: Scripts Discussion
Topic: Replace Footage File dialog
Replies: 2
Views: 7541

Re: Replace Footage File dialog

Thanks Lloyd. I actually found a way around this. Immigration is impressive though.
by ernpchan
June 23rd, 2011, 11:18 am
Forum: Scripts Discussion
Topic: Replace Footage File dialog
Replies: 2
Views: 7541

Replace Footage File dialog

Is there a way to trigger the Replace Footage File dialog and specify the path that you want to be in? We work on multiple shows across multiple network shares. It would be nice to be able to Replace an Item and automatically be in the folder where that item resides. Currently AE takes you to the pl...