How about this?
http://aescripts.com/rd-render-layers/
Search found 4 matches
- March 18th, 2013, 2:32 pm
- Forum: Script requests
- Topic: Solos to Render state script
- Replies: 2
- Views: 12038
- February 11th, 2013, 5:11 pm
- Forum: Scripts Discussion
- Topic: Control Auto-Save
- Replies: 2
- Views: 10534
- February 3rd, 2013, 4:20 pm
- Forum: Scripts Discussion
- Topic: Control Auto-Save
- Replies: 2
- Views: 10534
Re: Control Auto-Save
Script will be available on aescripts.com soon.ernpchan wrote:Is it possible to control the Auto-Save feature via scripting? I'm guessing no but it's worth a shot to ask. I'd like to control the path and filename that gets saved out.
A lot of customisation will be included.
- July 2nd, 2012, 4:54 am
- Forum: Script requests
- Topic: script to toggle cast shadows ON / OFF throughout project?
- Replies: 2
- Views: 14056
Re: script to toggle cast shadows ON / OFF throughout projec
Works with selected layers. Select layers and click on checkbox. Here you are: http://img228.imageshack.us/img228/9817/shadowsoff.png function mainFun() { this.windowRef = null; } mainFun.prototype.run = function(){ var retval = true; var win = new Window("palette", "On/Off Shadows&qu...