Search found 114 matches

by davestewart
March 3rd, 2006, 7:18 pm
Forum: Scripts Discussion
Topic: Default directory
Replies: 3
Views: 9394

Default directory

Hi All, It's been a while since I've touched AE scripting, and I've (probably) forgotten the answer to this one. Is there any way to set a default or working directory - other than the AE Script directory? I want to set it so a user can run scripts from an external application, and have AE operate o...
by davestewart
February 13th, 2006, 8:24 am
Forum: Expression Discussion
Topic: transfering expressions
Replies: 5
Views: 13645

You could duplicate the layer, then ALT+drag a new project item onto it to replace the source. Is that what you mean?
by davestewart
February 6th, 2006, 5:35 pm
Forum: Scripts Discussion
Topic: Font family for Text Layer
Replies: 9
Views: 23946

Wow... like the development team really listened to us ;)
by davestewart
January 31st, 2006, 2:45 pm
Forum: Scripts Discussion
Topic: ExtendScript Toolkit bug
Replies: 3
Views: 10117

Crikey, that must have been SOOO annoying. Hooray for the fix!
by davestewart
January 30th, 2006, 1:09 pm
Forum: Scripts Discussion
Topic: Allow scripts to write file and access network
Replies: 5
Views: 26880

Hilarious! Thanks ...
by davestewart
January 29th, 2006, 6:14 pm
Forum: Scripts Discussion
Topic: Allow scripts to write file and access network
Replies: 5
Views: 26880

This works for me: // functions function getDebuggerState(){ return Boolean(app.preferences.getPrefAsLong("Main Pref Section", "Pref_JAVASCRIPT_DEBUGGER")) } function setDebuggerState(state){ app.preferences.savePrefAsLong("Main Pref Section", "Pref_JAVASCRIPT_DEBU...
by davestewart
January 26th, 2006, 3:59 pm
Forum: Scripts Discussion
Topic: variables defined globally
Replies: 3
Views: 9558

Also, you could create a generic Object object, and assign variables (properties) to that if you want limit the scope.

vars=new Object()

vars.foo=10
vars.bar="Hello"

But creating functions is really the best way to do things, as variables live and die with the function call.
by davestewart
January 17th, 2006, 11:13 am
Forum: Scripts Discussion
Topic: black frame at the end of a rendered movie
Replies: 6
Views: 15956

Did you check that the starttime of your footage layer was 0 and not 1 or -1?
by davestewart
January 17th, 2006, 7:33 am
Forum: Scripts Discussion
Topic: AE 7
Replies: 10
Views: 20559

And I googled "Adobe Script Toolkit" to find this about PS CS2 scripting. I guess they're pretty much the same thing (no sense re-inventing the wheel, right?)

http://photoshopnews.com/2005/04/20/wha ... scripting/
by davestewart
January 17th, 2006, 7:32 am
Forum: Scripts Discussion
Topic: Unofficial Poll: who else is using jEdit?
Replies: 13
Views: 21325

And I googled "Adobe Script Toolkit" to find this about PS CS2 scripting. I guess they're pretty much the same thing (no sense re-inventing the wheel, right?)

http://photoshopnews.com/2005/04/20/wha ... scripting/
by davestewart
January 17th, 2006, 7:25 am
Forum: Scripts Discussion
Topic: Unofficial Poll: who else is using jEdit?
Replies: 13
Views: 21325

I just found this in the "What's New" document as well:

http://www.adobe.com/products/aftereffe ... ts_new.pdf

Page 7...
by davestewart
January 17th, 2006, 7:24 am
Forum: Scripts Discussion
Topic: AE 7
Replies: 10
Views: 20559

I just found this in the "What's New" document as well:

http://www.adobe.com/products/aftereffe ... ts_new.pdf

Page 7...
by davestewart
January 17th, 2006, 7:21 am
Forum: Scripts Discussion
Topic: Unofficial Poll: who else is using jEdit?
Replies: 13
Views: 21325

Damn... its like being 5 again and waiting for Christmas morning!
by davestewart
January 17th, 2006, 6:16 am
Forum: Scripts Discussion
Topic: Unofficial Poll: who else is using jEdit?
Replies: 13
Views: 21325

Hey Vidpat,

I've scoured the AE7 pages on Adobe.com but can't find any mention of AE7's JavaScript capabilities.

Where did you hear about this?
by davestewart
January 16th, 2006, 11:12 am
Forum: Scripts Discussion
Topic: Unofficial Poll: who else is using jEdit?
Replies: 13
Views: 21325

Crimson Editor currently does it for me...