Search found 4 matches

by AlexG
February 11th, 2013, 5:11 pm
Forum: Scripts Discussion
Topic: Control Auto-Save
Replies: 2
Views: 8265

Re: Control Auto-Save

by AlexG
February 3rd, 2013, 4:20 pm
Forum: Scripts Discussion
Topic: Control Auto-Save
Replies: 2
Views: 8265

Re: Control Auto-Save

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.
Script will be available on aescripts.com soon.
A lot of customisation will be included.
by AlexG
July 2nd, 2012, 4:54 am
Forum: Script requests
Topic: script to toggle cast shadows ON / OFF throughout project?
Replies: 2
Views: 10209

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...