Search found 143 matches

by scribling
December 7th, 2012, 1:26 pm
Forum: Scripts Discussion
Topic: Solos and rendering, am I crazy?
Replies: 2
Views: 7913

Solos and rendering, am I crazy?

Since the invention of Solos in AE, I've loved them. I can TEMPORARILY alter my comp, view single layers quickly or groups of layers all without effecting the render. To use solos correctly the renderer HAS TO BE SET to "All Off." That way, the solos can be left in any state without worry ...
by scribling
July 11th, 2012, 5:56 pm
Forum: Script requests
Topic: Randomize Masks Colors?
Replies: 7
Views: 16951

Re: Randomize Masks Colors?

That works perfectly!

Thanks! You rock!
by scribling
June 29th, 2012, 10:27 am
Forum: Script requests
Topic: Randomize Masks Colors?
Replies: 7
Views: 16951

Re: Randomize Masks Colors?

This script works great!
Thank you.

Can ask one more thing?
Is there a way to get it to make the colors as bright as possible?

I tried adding numbers and I can get brighter but not as bright as I'd like.

Thanks again.
by scribling
June 21st, 2012, 10:59 am
Forum: Script requests
Topic: I know this isn't really the right place, but
Replies: 2
Views: 9124

Re: I know this isn't really the right place, but

Problem solved!

I removed the plugin from AE so it shows as missing instead of crashing.
by scribling
June 21st, 2012, 10:28 am
Forum: Script requests
Topic: I know this isn't really the right place, but
Replies: 2
Views: 9124

I know this isn't really the right place, but

Does anyone know of a way to externally edit a .aep file. CS6 crashes on open if a project has Auto Levels. I'm trying to remove it, with an external editor to hopefully open the project. Maybe it would be possible to change the .aep to a CS5.5, externally edited, and open it that way. Any thoughts?
by scribling
June 19th, 2012, 6:29 pm
Forum: Script requests
Topic: Randomize Masks Colors?
Replies: 7
Views: 16951

Re: Randomize Masks Colors?

Thanks for the code.

It works, but it only works on the last mask of the layer.

Is there a way I can get it to work on all masks of a layer?

Thanks
by scribling
May 18th, 2012, 8:07 pm
Forum: Script requests
Topic: Randomize Masks Colors?
Replies: 7
Views: 16951

Randomize Masks Colors?

Would it be possible to make a randomize masks colors script?
I know you can set the prefs to do this but it uses the colors from the labels which I don't want to do.
by scribling
January 27th, 2012, 10:57 am
Forum: Script requests
Topic: All Solos off
Replies: 9
Views: 17589

Re: All Solos off

Can I alter the "solos" script so that it locks all layers in a project? I tried this: { var myComp; app.beginUndoGroup("Lock Everything"); 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;...
by scribling
December 4th, 2011, 9:53 pm
Forum: Script requests
Topic: Calling pulldown values
Replies: 6
Views: 15956

Re: Calling pulldown values

I'm sorry but I don't understand "loop."
Can you explain quickly or post an example.
I'd really appreciate it if you could.

Thanks
by scribling
December 2nd, 2011, 8:28 pm
Forum: Script requests
Topic: Calling pulldown values
Replies: 6
Views: 15956

Re: Calling pulldown values

Are you saying there's no way to call a specific setting by name? Does it have to be a number?

The problem with that is each machine may be different.
by scribling
December 1st, 2011, 12:21 pm
Forum: Script requests
Topic: Calling pulldown values
Replies: 6
Views: 15956

Calling pulldown values

How do I call a specific pulldown value? I'm currently using ColorProfileConverter.property("Output Profile").setValue(12); but what I'd really like to do is this: ColorProfileConverter.property("Output Profile").setValue("Fujifilm ETERNA 500 Printing Density (by Adobe)"...
by scribling
November 9th, 2011, 1:29 pm
Forum: Script requests
Topic: Resurrection of the once great X key (only better)
Replies: 0
Views: 6762

Resurrection of the once great X key (only better)

The X key used to be great. It moved your timeline so that the selected layer was at the top and you could work efficiently, but now as soon as you touch anything the timeline resets itself rendering the X key useless and even troublesome. Anyway, here's what I'd love to have: A simple button that m...
by scribling
November 1st, 2011, 10:16 am
Forum: Script requests
Topic: All Solos off
Replies: 9
Views: 17589

Re: All Solos off

Oh hell yeah! This works so good it's not even funny! Thanks! Say, you don't know of any way to switch the "A/V features" panel to the left or right of the "Layer Name" panel, do you? I like to work with my A/V panel on the right of the layers (so it's there with everything else ...
by scribling
October 31st, 2011, 7:59 pm
Forum: Script requests
Topic: All Solos off
Replies: 9
Views: 17589

Re: All Solos off

Yes! That works fantastically.

Is there any way to allow it to be "undo-able?"
by scribling
October 31st, 2011, 12:53 pm
Forum: Script requests
Topic: All Solos off
Replies: 9
Views: 17589

Re: All Solos off

Thanks for the code, but it doesn't work.

It returns "Unable to execute script at line 8. ... Solo flag can not be set on a layer if the layer is not enabled.

I was also looking for something that would run on the entire project, all comps or at least all sub comps of a selected comp.

Thanks.