Search found 62 matches
- September 29th, 2010, 2:31 pm
- Forum: Scripts Discussion
- Topic: Setting the active, working composition
- Replies: 8
- Views: 33667
Re: Setting the active, working composition
...ZOMFG! Just the kind of hacky workaround we've all been waiting for... amazing, thanks Byronnash!
- March 7th, 2008, 8:48 am
- Forum: Announcements
- Topic: New forum for aspiring Blu-ray Developers
- Replies: 0
- Views: 50498
New forum for aspiring Blu-ray Developers
Sorry for the shameless plug, but I believe there will be some common interest here. As an aspiring Blu-ray Java developer, I have found few places online for people like myself to collaborate and share information. At this early stage in the game, there are many question to be answered, and 'best p...
- February 11th, 2008, 9:15 am
- Forum: Script requests
- Topic: Export all(!) Layers
- Replies: 2
- Views: 13021
Re: Export all(!) Layers
My guess is you'd need to write a script to 'unpack' all the nested comps into one large comp before using the in built export function again... I'm sure you already considered this as your least desired option, but I'm afraid to say there is no simple 'one shot' feature to do this, that I am aware ...
- February 11th, 2008, 4:18 am
- Forum: General Scripts Library
- Topic: layer Position to .txt (extract coordinates)
- Replies: 8
- Views: 43777
Re: layer Position to .txt (extract coordinates)
Tasty!!!
Nice touch on the animating GIF too.

- February 11th, 2008, 4:13 am
- Forum: Scripts Discussion
- Topic: How do i copy a datastructure?
- Replies: 2
- Views: 11051
Re: How do i copy a datastructure?
Recreating what you describe in After Effects, the slider object seems to manifest itself as a generic 'Property' object. Probing it further with reflection we can see that the 'Property' object for the slider, has the following methods and properties. To see more about reflection see my post here: ...
- January 30th, 2008, 4:21 am
- Forum: Scripts Discussion
- Topic: Render times progressively increasing on batch script render
- Replies: 2
- Views: 12101
Re: Render times progressively increasing on batch script render
w00t! I was Googling for a reference to that Photoshop issue; and came across this thread: http://ps-scripts.com/bb/viewtopic.php?p=8015 To quote: Most scripting languages (and some others) have automatic memory management. The interpreter has the smarts (usually) to know when memory is no longer be...
- January 30th, 2008, 4:13 am
- Forum: Scripts Discussion
- Topic: Render times progressively increasing on batch script render
- Replies: 2
- Views: 12101
Re: Render times progressively increasing on batch script render
I write Scripts to produce hundreds of data-driven graphic screens and have noticed the same thing - the slowdown is quite significant. So far my solution has just been to throw enough PC's at the render to get it done in time, but it would be very nice to get to the bottom of the issue. I think its...
- January 29th, 2008, 8:26 am
- Forum: Scripts Discussion
- Topic: Using JS "import" for modular code
- Replies: 6
- Views: 24386
Re: Using JS "import" for modular code
The Bridge guide... should have read the Bridge guide *silently rocks*
- January 25th, 2008, 5:19 am
- Forum: Scripts Discussion
- Topic: Using JS "import" for modular code
- Replies: 6
- Views: 24386
Re: Using JS "import" for modular code
Care to tell me where that was documented before I go and quietly shoot myself?
Thanks Dan
Thanks Dan

- January 24th, 2008, 10:33 am
- Forum: Scripts Discussion
- Topic: Using JS "import" for modular code
- Replies: 6
- Views: 24386
Re: Using JS "import" for modular code
Here's that Script Release I mentioned: http://chrishatton.homeip.net/?page_id=42
- January 24th, 2008, 10:23 am
- Forum: Paul Tuersley's Scripts
- Topic: AE to C4D
- Replies: 82
- Views: 791994
Re: AE to C4D
Subscribers to this thread may be interested in an improved way to get data from Excel, here:
http://www.aenhancers.com/viewtopic.php ... 3416#p3416
http://www.aenhancers.com/viewtopic.php ... 3416#p3416
- January 24th, 2008, 10:20 am
- Forum: Scripts Discussion
- Topic: Connecting to Excel
- Replies: 8
- Views: 32920
Re: Connecting to Excel
Well, I ran with the TCP idea and came up with a Client/Server application to improve this situation, the 'Excel to ExtendScript Bridge'.
Check it out here: http://www.aenhancers.com/viewtopic.php ... 3416#p3416
Check it out here: http://www.aenhancers.com/viewtopic.php ... 3416#p3416
- January 24th, 2008, 10:11 am
- Forum: General Scripts Library
- Topic: Excel to ExtendScript Bridge
- Replies: 0
- Views: 15969
Excel to ExtendScript Bridge
http://chrishatton.homeip.net/wp-content/uploads/bridge.jpg A request that seems to crop up time and again is how to read data into Adobe Scripts from Excel spreadsheets. For a long time the standard advice has been to export and read-in via a delimited text file (CSV). There are some situations wh...
- December 30th, 2007, 4:47 am
- Forum: Scripts Discussion
- Topic: Newbie needs help- transcoding script needed
- Replies: 5
- Views: 19150
We do a lot of transcoding in my work, and find that in many situations where other apps fall down, Canopus Procoder comes out champion.
Trial available from their website, here: http://www.canopus.com/products/ProCoderSW/index.php
Trial available from their website, here: http://www.canopus.com/products/ProCoderSW/index.php
- December 6th, 2007, 4:02 pm
- Forum: Scripts Discussion
- Topic: Render to still using layername as filename
- Replies: 4
- Views: 14592
I think the reason it is not being renamed by your call to FileObj.rename() is that even after rendering, the OutputModule still holds a reference to a (non existant) file without the numbers on the end. Having some experence in this, I think After Effects puts the numbers on at a very late stage in...