Search found 28 matches

by cob906
February 13th, 2007, 5:03 pm
Forum: General Scripts Library
Topic: Image Sequence Section Deletion
Replies: 4
Views: 19207

Image Sequence Section Deletion

Every once in a while, I'll need to re-render a section of an animation and will only delete a portion of the Image Sequence I already have so that the render farm is only rendering the files that are not there. Usually, I'll open up explorer and find the files, select them and then delete them. The...
by cob906
November 27th, 2006, 4:43 pm
Forum: Scripts Discussion
Topic: Scripting Feature Requests For Next Release!
Replies: 20
Views: 38178

Well, I would love to have my scripts working in any language... Shinjipierre, I believe what you are looking for can be found in the "Localization in ScriptUI Objects" section of the Bridge JavaScript reference which can be found here: http://www.adobe.com/products/creativesuite/pdfs/bri...
by cob906
November 16th, 2006, 10:08 pm
Forum: Scripts Discussion
Topic: Dynamically update listbox?
Replies: 2
Views: 9143

Thanks!

I do believe you rock my face off. Thanks a bunch for this! I am unable to try it right now, but I will when I get a chance.

CoB
by cob906
November 15th, 2006, 2:56 pm
Forum: Scripts Discussion
Topic: Dynamically update listbox?
Replies: 2
Views: 9143

Dynamically update listbox?

Is it possible to dynamically update a listbox in a dialog window? Normally, you can do something like this: windowObject.value = "Whatever"; Is there a way to change the values a listbox shows? I've been googling for hours and I haven't found anything. I've tried things like: theListBoxOb...
by cob906
November 15th, 2006, 1:15 pm
Forum: Scripts Discussion
Topic: Things not possible with AE scripting/expressions
Replies: 1
Views: 7134

Things not possible with AE scripting/expressions

I figure, in order to make searching for help with scripts easier, we might as well list the jobs that are not possible with scripting or expressions. When you find something that isn't possible, post it here so people can look through this and figure out if they are able to do what they want withou...
by cob906
November 9th, 2006, 11:17 am
Forum: Scripts Discussion
Topic: Scripting Feature Requests For Next Release!
Replies: 20
Views: 38178

Ah yes. The ability to access and change text properties (like font family) by scripting.
by cob906
November 8th, 2006, 9:54 am
Forum: Scripts Discussion
Topic: Scripting Feature Requests For Next Release!
Replies: 20
Views: 38178

Looks great. I understand there are ways of doing FTP; what I think AE needs are predefined FTP functions that make using FTP much easier.

There are other features that would be nice. What are some that you guys would like to see in the next release?
by cob906
November 6th, 2006, 10:55 am
Forum: Scripts Discussion
Topic: Scripting Feature Requests For Next Release!
Replies: 20
Views: 38178

Scripting Feature Requests For Next Release!

Hey guys,

I've noticed there are a lot of places that AE is lacking in the scripting area. How about we put a list together of features/abilities we'd like Adobe to include in the next release with regards to scripting?

For example: FTP Functions
by cob906
October 31st, 2006, 10:05 am
Forum: General Scripts Library
Topic: Multi Exporter Tool (with GUI)
Replies: 1
Views: 12105

Wonderful

This looks great Chris! I'll have to play around with it a bit!
by cob906
October 31st, 2006, 10:03 am
Forum: General Scripts Library
Topic: Add Queued Items' Info to MySql DB
Replies: 3
Views: 14372

Why thank you

This script has helped me keep track of all of my renders. The only problem is that I don't have enough time right now to create the website to interface with the database :lol:

I've got a couple more scripts that I'm writing right now. I'll post them when I'm finished. :D
by cob906
September 19th, 2006, 3:01 pm
Forum: Paul Tuersley's Scripts
Topic: pt_Multiplane (formerly PSDto3D)
Replies: 10
Views: 124835

Very nice!

This script will definitely come in handy! Great work!
by cob906
August 10th, 2006, 4:13 pm
Forum: Scripts Discussion
Topic: Call script with Aerender
Replies: 0
Views: 6362

Call script with Aerender

Does anyone know of a way to get aerender.exe to call a script? What I'd like to do is, after aerender is finished with the render, I'd like to have it call a script that analyzes whether or not the render was successful. The reason why I'm using aerender to render the file is because I'd like to co...
by cob906
August 8th, 2006, 4:59 pm
Forum: General Scripts Library
Topic: Add Queued Items' Info to MySql DB
Replies: 3
Views: 14372

Add Queued Items' Info to MySql DB

As an animator, I make a lot of animations every day. One of the problems I run into is coming back the next day and figuring out whether or not an animation’s rendered file was the most up-to-date. Sure, I could look at the logs made by AE but they aren’t easy on the eyes :shock:. So, in order ...