Since there isn't a keyboard shortcut for Remove Mask, anyone know of a script that can remove all Masks from selected layers?
I've inherited a messy comp with lots duplicated layers that have many unused masks.
Search found 68 matches
- August 11th, 2016, 11:06 am
- Forum: Script requests
- Topic: Mass "Remove Masks" script?
- Replies: 2
- Views: 20359
- January 29th, 2016, 11:47 am
- Forum: Script requests
- Topic: Copy layer markers to Comp Markers?
- Replies: 2
- Views: 58811
Copy layer markers to Comp Markers?
Is there a command or script that would allow me to copy/move markers that are on a layer to comp markers? (and vice versa?)
- April 9th, 2015, 11:29 am
- Forum: Paul Tuersley's Scripts
- Topic: pt_CropPrecomps (formerly Crop Layer Sets)
- Replies: 16
- Views: 177061
Re: pt_CropPrecomps (formerly Crop Layer Sets)
It's a great script that I use all the time.
But I'm just curious why CropPrecomp doesn't crop Illustrator layers set to document size? Is it only looking at the bounding box of each layer and not the visual contents?
But I'm just curious why CropPrecomp doesn't crop Illustrator layers set to document size? Is it only looking at the bounding box of each layer and not the visual contents?
- March 22nd, 2015, 11:16 am
- Forum: Script requests
- Topic: Global quality switch to Draft?
- Replies: 4
- Views: 29758
Re: Global quality switch to Draft?
Would it be a big deal to add code for it to work on nested comps too?
- March 20th, 2015, 11:01 am
- Forum: Script requests
- Topic: Global quality switch to Draft?
- Replies: 4
- Views: 29758
Re: Global quality switch to Draft?
Thanks Dan! Top notch!
- March 17th, 2015, 5:47 pm
- Forum: Script requests
- Topic: Global turn on Auto Resolution
- Replies: 0
- Views: 14726
Global turn on Auto Resolution
Is there a script that can turn on Auto Resolution for all my (selected) comps?
- March 17th, 2015, 5:42 pm
- Forum: Script requests
- Topic: Global quality switch to Draft?
- Replies: 4
- Views: 29758
Global quality switch to Draft?
Is there a script to globally control the quality switch of all layers in all (selected) comps? I'm dying with a 4K project and would like to turn everything to Draft quality while I'm assembling layers together (without having to open every comp and flick all the switches) Screen Shot 2015-03-17 at...
- July 4th, 2013, 10:19 pm
- Forum: Script requests
- Topic: switch Proxies on/off
- Replies: 5
- Views: 34344
Re: switch Proxies on/off
FANTASTIC! Needed to do this tonight for nearly 100 of proxies.cfx wrote:Hello !
My script "local proxy" do it...
here : viewtopic.php?f=8&t=1516
You can edit the code to remove unused button...
Fred
- July 1st, 2013, 11:40 pm
- Forum: Script requests
- Topic: Find/Replace Transfer mode
- Replies: 1
- Views: 12312
Find/Replace Transfer mode
Is there a way to globally find/replace all layers that use "screen" mode to "add" mode?
- June 27th, 2012, 12:59 pm
- Forum: Expression Discussion
- Topic: Ramping a wiggle up and down
- Replies: 4
- Views: 28333
Re: Ramping a wiggle up and down
A Google search let me to this question and its answer on Creative Cow.
5 years is better late than never, right?
http://forums.creativecow.net/thread/227/15761#15766
5 years is better late than never, right?

http://forums.creativecow.net/thread/227/15761#15766
- June 15th, 2012, 11:44 am
- Forum: Script requests
- Topic: Put nulls at each corner of a solid
- Replies: 2
- Views: 20300
Put nulls at each corner of a solid
Not much more to explain.
For every Solid I have selected (2D or 3D), put a null in each corner.
For every Solid I have selected (2D or 3D), put a null in each corner.

- February 6th, 2012, 7:43 pm
- Forum: Script requests
- Topic: Recursive Switches: Motion Blur & 3D
- Replies: 2
- Views: 16478
Re: Recursive Switches: Motion Blur & 3D
I found this code by Paul to lock everything in another recent thread. // turn off solo on all layers { var myComp; for (var i = 1; i <= app.project.numItems; i++){ if (app.project.item(i) instanceof CompItem){ myComp = app.project.item(i); for (var j = 1; j <= myComp.numLayers; j++){ myComp.layer(j...
- February 2nd, 2012, 12:03 pm
- Forum: Script requests
- Topic: Zero length one end of mask handle?
- Replies: 0
- Views: 11064
Zero length one end of mask handle?
Are there any scripts that will zero out the length of one side of a bezier handle?
Having one-handled bezier curves transition to a corner point is easy in Illustrator. Not so easy in AE.
Having one-handled bezier curves transition to a corner point is easy in Illustrator. Not so easy in AE.
- February 1st, 2012, 7:43 pm
- Forum: Script requests
- Topic: Recursive Switches: Motion Blur & 3D
- Replies: 2
- Views: 16478
Recursive Switches: Motion Blur & 3D
Are there any scripts that will recursively turn on/off the 3D & Motion Blur switches for all comps, and the layers contained in precomps?
- January 31st, 2012, 6:07 pm
- Forum: Script requests
- Topic: How many children do I have?
- Replies: 0
- Views: 10924
How many children do I have?
Is there a script that will list which (if any) layers are parented to a certain layer? (Kind of like Wikipedia's "what links here" function) I know I can read the Parent column, but with some very deep comps, it can get to be a mess to try and figure out what's linked to what. (especially...