| Author |
Message |
bfindleton

Joined: 08 Jan 2007 Posts: 208 Location: Lafayette, CA |
|
For the Coloristas out there |
|
For those of you who jumped on the Colorista deal, I went ahead and merged a couple of the Rebel scripts to come up with rd_New_Colorista.jsx. It performs the same way as rd_New_Rebel_CC.jsx but, you guessed it, with Colorista adjustment layers instead.
You can get the zipped file here:
rd_New_Colorista.zip
Just extract it to the same folder as the rest of the Rebel scripts. It will show up in the DV Rebel Tools palette along with your other Rebel tools. If you don't want it in the palette just place it in the Scripts root folder instead.
While the script has been vetted by Stu, any and all issues should come my way since I would be the one who potentially hosed something up.
-- Bruce
_________________ Bruce Findleton
Land's End Productions |
|
| Thu Feb 22, 2007 1:28 pm |
|
 |
bta1701
Joined: 08 Jan 2007 Posts: 7 Location: Pahrump, NV |
|
Thanks! |
|
Thanks, Bruce. This is very convenient.
bart
_________________ bart |
|
| Sat Feb 24, 2007 11:20 am |
|
 |
bta1701
Joined: 08 Jan 2007 Posts: 7 Location: Pahrump, NV |
|
Colorista vignette |
|
By the way, I have to say I'm putting a Colorista vignette on just about all my shots these days, it's amazing what a difference it makes. Such a simple thing.
bart
_________________ bart |
|
| Sat Feb 24, 2007 11:24 am |
|
 |
ttown71
Joined: 23 Feb 2007 Posts: 88 Location: Los Angeles |
|
|
|
I am a bit of an idiot. how do you get these to work?
I have all the scripts installed including the colorista button, but don't know how to use them.
Sorry and thanks
|
|
| Tue Jun 19, 2007 7:30 pm |
|
 |
bfindleton

Joined: 08 Jan 2007 Posts: 208 Location: Lafayette, CA |
|
|
|
 |
 |
I am a bit of an idiot. how do you get these to work?
I have all the scripts installed including the colorista button, but don't know how to use them.
Sorry and thanks |
Anywhere you see the Rebel CC script mentioned just use rd_New_Colorista instead. I think.
-- Bruce
_________________ Bruce Findleton
Land's End Productions |
|
| Tue Jun 19, 2007 9:13 pm |
|
 |
bfindleton

Joined: 08 Jan 2007 Posts: 208 Location: Lafayette, CA |
|
Re: Colorista vignette |
|
 |
 |
By the way, I have to say I'm putting a Colorista vignette on just about all my shots these days, it's amazing what a difference it makes. Such a simple thing.
bart |
I'm just blown away by how much vignetting is used. I never really noticed it until I questioned it in the Guide. Now I see it all over the place.
-- Bruce
_________________ Bruce Findleton
Land's End Productions |
|
| Tue Jun 19, 2007 9:16 pm |
|
 |
ttown71
Joined: 23 Feb 2007 Posts: 88 Location: Los Angeles |
|
|
|
 |
 |
 |
 |
I am a bit of an idiot. how do you get these to work?
I have all the scripts installed including the colorista button, but don't know how to use them.
Sorry and thanks |
Anywhere you see the Rebel CC script mentioned just use rd_New_Colorista instead. I think.
-- Bruce |
Actually, I don't see it anywhere in the after effects windows or menus. Not even the old stuff and i have 7.0
|
|
| Wed Jun 20, 2007 7:23 pm |
|
 |
notafraid

Joined: 28 Jan 2007 Posts: 130 Location: Los Angeles |
|
|
|
ttown71,
If you installed the scripts to the correct folder as described in the guide you can acces them from the file menu. Look for scripts in that menu and load the script you want. If you load the DV Rebel Tool pallete a floating pallete will appear with buttons for all the other DV Rebel scripts.
Hope that helps.
_________________ Creativity comes from the freedom to express yourself without fear. |
|
| Thu Jun 21, 2007 9:49 am |
|
 |
ttown71
Joined: 23 Feb 2007 Posts: 88 Location: Los Angeles |
|
|
|
awesome thanks. i will give that a try
|
|
| Sun Jun 24, 2007 2:29 pm |
|
 |
Deere
Joined: 01 Jan 2009 Posts: 153 Location: Australia |
|
|
|
Not sure if anyone's checked it in a while. But the link to rd_New_Colorista.zip above is down and I'd love to get it if possible.
Cheers,
Deere.
|
|
| Thu Feb 19, 2009 6:14 am |
|
 |
storitel
Joined: 25 Oct 2007 Posts: 647
|
|
|
| Thu Feb 19, 2009 8:59 am |
|
 |
Deere
Joined: 01 Jan 2009 Posts: 153 Location: Australia |
|
|
| Thu Feb 19, 2009 9:04 am |
|
 |
Stu
Site Admin

Joined: 08 Jan 2007 Posts: 917 Location: San Francisco |
|
|
|
Glad to see this thread get a bump—I use that New Colorista button all the time.
-Stu
_________________ The DV Rebel's Guide |
|
| Thu Feb 19, 2009 11:51 pm |
|
 |
Danny
Joined: 29 May 2008 Posts: 103 Location: London, UK |
|
|
|
One modification that I’ve made to all of my DVRG scripts, which I find totally invaluable is getting them to automatically add relevant ‘tags’ to the layers, so that they are immediately recognized by Lloyd Alverez’s brilliant “Zorro – the Layer Tagger”…
For example, the following code will tag all the newly-created gradient-layers with the tag “*gradient”, along with the name of its target layer, and whilst it’s at it, will add a “*footage” tag, along with a self-referential tag to the target layer (if the latter pair don’t already exist)…
 |
 |
// Create a string of 'tags' in the comment field (for use with "Zorro")...
var footageLayerTag = "*" + layer.name + ",";
gradLayer.comment = "*gradient," + footageLayerTag;
layer.comment = footageLayerTag + "*footage,";
|
DP
_________________ "If we can't be free, at least we can be cheap" - Frank Zappa |
|
| Fri Feb 20, 2009 7:59 pm |
|
 |
ChristianLett

Joined: 12 Apr 2007 Posts: 303 Location: Cardiff, UK |
|
|
|
Thanks for the recommendation of Zorro - the Layer Tagger, Danny. Looks like an awesome script!
|
|
| Sat Feb 21, 2009 10:52 am |
|
 |
|