Search found 143 matches

by scribling
October 31st, 2011, 10:34 am
Forum: Script requests
Topic: All Solos off
Replies: 9
Views: 18004

All Solos off

Is it possible to have a script that turns all solos off in all comps in a project?

This could be a nice pre-flight check before rendering as well as diagnosing problems.

Thanks.
by scribling
October 5th, 2011, 12:40 pm
Forum: Expression Discussion
Topic: Concatenate texts
Replies: 6
Views: 20894

Re: Concatenate texts

Oh hell yeah! That rocks!

Thanks again. You're amazing!
by scribling
October 4th, 2011, 7:21 pm
Forum: Expression Discussion
Topic: Concatenate texts
Replies: 6
Views: 20894

Re: Concatenate texts

One more thing. Is there a way to limit the number of decimal places?
by scribling
October 4th, 2011, 7:19 pm
Forum: Expression Discussion
Topic: Concatenate texts
Replies: 6
Views: 20894

Re: Concatenate texts

YES!
That's what I've been looking for but I couldn't get the code right.
I added a space after each comma and it works great.

I don't suppose there's any way to tell it to colorize each number separately, is there?
Ideally, I'd like the first number to be ... red, green, blue.

Thank you PT!
by scribling
October 4th, 2011, 3:12 pm
Forum: Expression Discussion
Topic: Concatenate texts
Replies: 6
Views: 20894

Re: Concatenate texts

BTW, this is in the source text field of a text layer.
by scribling
October 4th, 2011, 11:49 am
Forum: Expression Discussion
Topic: Concatenate texts
Replies: 6
Views: 20894

Concatenate texts

All I want to do is concatenate a few expression results. Here's what I'm trying to do: R = thisComp.layer("CDL Lables").effect("CDL")("Red Slope"); G = thisComp.layer("CDL Lables").effect("CDL")("Green Slope"); B = thisComp.layer("CDL...
by scribling
August 16th, 2011, 4:32 pm
Forum: General Scripts Library
Topic: Auto Render 2 (file path, name etc) -- new version
Replies: 10
Views: 47592

Re: Auto Render (file path, name etc)

I found another thing that's odd. If I select the comp I want to render in the project window, but it's not open in the comp window, choosing "use work area" doesn't use the work area of the comp I chose, it uses the work area of the open comp in the comp window. It creates the right rende...
by scribling
August 15th, 2011, 7:03 pm
Forum: General Scripts Library
Topic: Auto Render 2 (file path, name etc) -- new version
Replies: 10
Views: 47592

Re: Auto Render (file path, name etc)

Versioning - The way it's currently working (I have it set to queue only) and it versioned up every time - without hitting render. If your render set a proxy or anything like that a version up save would lock that in. After I render, I revert then version up. That way I'm back to my default comp set...
by scribling
August 15th, 2011, 1:37 pm
Forum: Script requests
Topic: Render Directory Creation
Replies: 2
Views: 8723

Re: Render Directory Creation

Unfortunately, Auto Render doesn't work very well for me. I had to alter the script quite a lot to get what I wanted out of it and even then I'm not sure it's saving me any time or effort. What I need is much more simple. Discover the project name; Create a directory with that name; Set the queued i...
by scribling
August 15th, 2011, 1:32 pm
Forum: General Scripts Library
Topic: Auto Render 2 (file path, name etc) -- new version
Replies: 10
Views: 47592

Re: Auto Render (file path, name etc)

Auto Render doesn't seem to do anything other than version up, which I don't need. The script assumes a lot. Although, this may work well for some, the ability to NOT use some of the functions isn't there. 1. Versioning up right before rendering is pointless. If I alter the project after rendering v...
by scribling
August 12th, 2011, 12:30 pm
Forum: Script requests
Topic: Render Directory Creation
Replies: 2
Views: 8723

Render Directory Creation

Here's what I'm looking for: A GUI where I can set my render path, and a button "create version directory," (and have it set the render of the queued item to that directory) Rather than have to copy the version number from the output setting, create new directory, paste name and save, this...
by scribling
May 12th, 2011, 3:05 pm
Forum: Script requests
Topic: Render multiple comps in render queue with -rqindex
Replies: 0
Views: 6691

Render multiple comps in render queue with -rqindex

I'm trying to script aerender to render all comps in the render queue even though the last two aren't queued. Here's the deal: We use a render farm to render the full rez frames then set proxy and render quicktimes to check the renders. If the quicktimes are queued every machine on the farm tries to...
by scribling
April 5th, 2011, 5:20 pm
Forum: Script requests
Topic: Add expression to Levels with script
Replies: 4
Views: 12588

Re: Add expression to Levels with script

Yes!
That works!
It's the ".expression=" that I was missing.

Thanks Lloyd. You rock!
by scribling
April 5th, 2011, 3:17 pm
Forum: Script requests
Topic: Add expression to Levels with script
Replies: 4
Views: 12588

Re: Add expression to Levels with script

I'm trying to add an expression to invert the gamma of another adjustment layer. The expression -- when working and set manually -- is this: 1/thisComp.layer("GAMMA DOWN")("Effects")("Levels (Individual Controls)")("Gamma") It takes the value of the "GAMM...