Just not many posts compared to a couple of years ago!
Where has everyone gone? Is everyone on a different forum, or is there just not that much interest in After Effects scripting any more?
Cheers,
Dave
Search found 114 matches
- April 23rd, 2009, 9:26 am
- Forum: Scripts Discussion
- Topic: It sure is dead around here...
- Replies: 3
- Views: 13815
- April 19th, 2009, 3:33 am
- Forum: Scripts Discussion
- Topic: 3D switch bug
- Replies: 2
- Views: 11166
Re: 3D switch bug
Not sure if you can file a bug report or not. Maybe check the adobe site or the scripting reference.
- April 16th, 2009, 4:19 pm
- Forum: Scripts Discussion
- Topic: Replace words in expressions - script doesn't work
- Replies: 6
- Views: 28354
Re: Replace words in expressions - script doesn't work
You could replace the eval in this code with a RegExp constructor:
var search_text = eval("/" + search_text + "/g");
var search_text = new RegExp(search_text, "g");
var search_text = eval("/" + search_text + "/g");
var search_text = new RegExp(search_text, "g");
- April 14th, 2009, 9:05 am
- Forum: Scripts Discussion
- Topic: ExtendScript toolkit sucks
- Replies: 6
- Views: 25650
Re: ExtendScript toolkit sucks
Actually, it's one saving grace is that when you set breakpoints the data browser comes into its own!
- April 14th, 2009, 2:35 am
- Forum: Scripts Discussion
- Topic: UI Framework
- Replies: 2
- Views: 11479
UI Framework
Hey all, I've built a UI Framework for Photoshop, and of course it works perfectly in all the Adobe apps. Basically it works in a similar way to the ScriptUI API, but handles all the boring stuff like local layout of items into columns and rows, margins and spacing, nested panels (and resizing of co...
- April 11th, 2009, 2:21 pm
- Forum: Scripts Discussion
- Topic: Dialog Scripting Guide
- Replies: 3
- Views: 14139
Re: Dialog Scripting Guide
It's been ages since I looked at any Adobe Scripting, but the interface items looks all properly scripted now, and the layout functionality is excellent.
I'm just building a rapid-layout framework which I will publish when I'm done.

I'm just building a rapid-layout framework which I will publish when I'm done.

- April 11th, 2009, 4:16 am
- Forum: Scripts Discussion
- Topic: Dialog Scripting Guide
- Replies: 3
- Views: 14139
Re: Dialog Scripting Guide
OK! Looks like I found it:
http://www.adobe.com/devnet/scripting/p ... de_cs4.pdf
From this page:
http://www.adobe.com/devnet/scripting/
http://www.adobe.com/devnet/scripting/p ... de_cs4.pdf
From this page:
http://www.adobe.com/devnet/scripting/
- April 10th, 2009, 12:06 pm
- Forum: Scripts Discussion
- Topic: ExtendScript toolkit sucks
- Replies: 6
- Views: 25650
ExtendScript toolkit sucks
Is it me, or is it just really fucking abysmal? - trailing auto-braces are always created one line in - tabs do not line up from row to row - line selecting / moving tends to drag the next paragraph as well - clicking the margin creates a breakpoint, rather than selecting the line - you have to trip...
- April 10th, 2009, 11:02 am
- Forum: Scripts Discussion
- Topic: Dialog Scripting Guide
- Replies: 3
- Views: 14139
Dialog Scripting Guide
Hey all,
It's been a long time since I was here! Anyway, I wondered if there's an updated window / dialog guide anywhere? I can't find anything useful at Adobe.
Cheers,
Dave
It's been a long time since I was here! Anyway, I wondered if there's an updated window / dialog guide anywhere? I can't find anything useful at Adobe.
Cheers,
Dave
- February 16th, 2007, 2:34 am
- Forum: Scripts Discussion
- Topic: app.project returns undefined in AE7
- Replies: 7
- Views: 24232
- February 15th, 2007, 4:54 pm
- Forum: Scripts Discussion
- Topic: app.project returns undefined in AE7
- Replies: 7
- Views: 24232
> The only thing I can think of is you haven't set the target to After Effects in the top left of the ExtendScript window....but then that seems a bit too obvious. Nothing is ever too obvious! At least, not in this case... It's been a while since I scripted AE (a good 9 months) and there's only so m...
- February 15th, 2007, 9:06 am
- Forum: Scripts Discussion
- Topic: app.project returns undefined in AE7
- Replies: 7
- Views: 24232
- February 15th, 2007, 8:42 am
- Forum: Scripts Discussion
- Topic: app.project returns undefined in AE7
- Replies: 7
- Views: 24232
app.project returns undefined in AE7
And it's breaking my scripts! I don't understand it...
Can anyone help?
Can anyone help?
- October 10th, 2006, 2:50 pm
- Forum: Scripts Discussion
- Topic: Copy and Paste keyframe data to text files
- Replies: 1
- Views: 10670
- October 10th, 2006, 1:35 pm
- Forum: Scripts Discussion
- Topic: Copy and Paste keyframe data to text files
- Replies: 1
- Views: 10670
Copy and Paste keyframe data to text files
I know you can copy and paste data to text files, edit teh data and paste back, but I cannot seem to do it in AE7. Adobe After Effects 7.0 Keyframe Data Units Per Second 25 Source Width 300 Source Height 300 Source Pixel Aspect Ratio 1 Comp Pixel Aspect Ratio 1 Transform Position Frame X pixels Y pi...