Search found 68 matches

by Navstar
August 11th, 2016, 11:06 am
Forum: Script requests
Topic: Mass "Remove Masks" script?
Replies: 2
Views: 11699

Mass "Remove Masks" script?

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.
by Navstar
January 29th, 2016, 11:47 am
Forum: Script requests
Topic: Copy layer markers to Comp Markers?
Replies: 2
Views: 19219

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?)
by Navstar
April 9th, 2015, 11:29 am
Forum: Paul Tuersley's Scripts
Topic: pt_CropPrecomps (formerly Crop Layer Sets)
Replies: 16
Views: 87619

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?
by Navstar
March 22nd, 2015, 11:16 am
Forum: Script requests
Topic: Global quality switch to Draft?
Replies: 4
Views: 14795

Re: Global quality switch to Draft?

Would it be a big deal to add code for it to work on nested comps too?
by Navstar
March 20th, 2015, 11:01 am
Forum: Script requests
Topic: Global quality switch to Draft?
Replies: 4
Views: 14795

Re: Global quality switch to Draft?

Thanks Dan! Top notch!
by Navstar
March 17th, 2015, 5:47 pm
Forum: Script requests
Topic: Global turn on Auto Resolution
Replies: 0
Views: 8731

Global turn on Auto Resolution

Is there a script that can turn on Auto Resolution for all my (selected) comps?
Screen Shot 2015-03-17 at 5.46.15 PM.png
Screen Shot 2015-03-17 at 5.46.15 PM.png (21.05 KiB) Viewed 8731 times
by Navstar
March 17th, 2015, 5:42 pm
Forum: Script requests
Topic: Global quality switch to Draft?
Replies: 4
Views: 14795

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...
by Navstar
July 4th, 2013, 10:19 pm
Forum: Script requests
Topic: switch Proxies on/off
Replies: 5
Views: 23918

Re: switch Proxies on/off

cfx wrote:Hello !

My script "local proxy" do it...

Image

here : viewtopic.php?f=8&t=1516

You can edit the code to remove unused button...

Fred
FANTASTIC! Needed to do this tonight for nearly 100 of proxies.
by Navstar
July 1st, 2013, 11:40 pm
Forum: Script requests
Topic: Find/Replace Transfer mode
Replies: 1
Views: 8082

Find/Replace Transfer mode

Is there a way to globally find/replace all layers that use "screen" mode to "add" mode?
by Navstar
June 27th, 2012, 12:59 pm
Forum: Expression Discussion
Topic: Ramping a wiggle up and down
Replies: 4
Views: 20611

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
by Navstar
June 15th, 2012, 11:44 am
Forum: Script requests
Topic: Put nulls at each corner of a solid
Replies: 2
Views: 12957

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. :D
by Navstar
February 6th, 2012, 7:43 pm
Forum: Script requests
Topic: Recursive Switches: Motion Blur & 3D
Replies: 2
Views: 10829

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...
by Navstar
February 2nd, 2012, 12:03 pm
Forum: Script requests
Topic: Zero length one end of mask handle?
Replies: 0
Views: 7560

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.
by Navstar
February 1st, 2012, 7:43 pm
Forum: Script requests
Topic: Recursive Switches: Motion Blur & 3D
Replies: 2
Views: 10829

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?
by Navstar
January 31st, 2012, 6:07 pm
Forum: Script requests
Topic: How many children do I have?
Replies: 0
Views: 7172

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