<div dir="ltr">Hey Angus,<div>at first glance I haven&#39;t understand what you where talking about but after reading the thread on BA I found your proof of concept really interesting,</div><div>I&#39;ve already replied there (on BA) but let me repeat what I said here:</div>

<div><br></div><div><div>You made a really nice addon, and it works very smoothly as I can see from a quick test, even the generation of nodes as soon as you add a new strip is great!</div><div>Once completed it would certainly speed up tremendously the workflow while compositing</div>

<div>Just a couple of comment about stuff that agoose77 may have already thought about and would be very nice to have:</div><div>1. offset isn&#39;t taken into account: if a sequence starts from a value different from 1 you can&#39;t see the picture where expected according to the position of strip in the timeline</div>

<div>2. extrapolation of the sequence: you could take into account the behavior of the strip before and after the first and last frame with something like old first/last frame, loop or ping pong taking into account the extra length of the strip if you move the end over the last frame</div>

<div>3. trim point of the sequence: at the moment if a sequence is shortened at the start or at the end this isn&#39;t reflected on the node</div><div>4. more instances of the same clip: it would be great if we can have many instances of the same strip that simply have a different offset   </div>

<div><br></div><div><br></div></div><div><br></div><div>Let me add here a couple of extra thing just for my information:</div><div>How can be useful the groupnode output start frame end frame and Current frame?</div><div>

Did you intended them as readable information to move outside the group?</div><div><br></div><div> Again, your add on is tremendously useful hope you would move this proof of concept to a complete tool!</div><div>We definitely have to rise the attention to your addon here! :)</div>

<div>Cheers</div><div>Francesco</div><div> </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-28 21:33 GMT+02:00 Angus Hollands <span dir="ltr">&lt;<a href="mailto:goosey15@gmail.com" target="_blank">goosey15@gmail.com</a>&gt;</span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ton&#39;s earlier response was somewhat clear on the subject, but I feel it was directed towards previous discussions. It might be worth starting a BA thread on the subject, if only for discussions sake.<br>



<br>In my opinion, layer strips would work as my previous contribution directed:<div><a href="https://drive.google.com/file/d/0B-k8UZd_BS9nV2RXMGRLanF0dk0/edit?usp=sharing" target="_blank">https://drive.google.com/file/d/0B-k8UZd_BS9nV2RXMGRLanF0dk0/edit?usp=sharing</a></div>



<br>Ultimately however, once you start giving such direct compositor access, it would seem more sensible to just allow the VSE to act as a layered front-end to the compositor. It is already trivial to perform most of the effects that the VSE offers, purely in the compositor. However, the VSE layering is what makes it user-friendly for video editing. Hence, If one was speaking hypothetically, it might make sense to have VSE specific nodes that are used as flow-guides in the compositor. Instead of having different effects in the VSE, you&#39;d simply have &quot;layer&quot; strips, and &quot;transition&quot; strips.<div>



<br>They are used to guide the compositor,such that the VSE doesn&#39;t have any file-handling code (so this is naturally a drastic measure).</div><div><br>Creating an input strip in the VSE creates an input node and a VSE layer node. The VSE layer node would accept an image and cut it off when the layer &quot;ends&quot;.</div>



<div><br></div><div>Creating an effect strip across two strips would perform a similar operation, except it wouldn&#39;t create the input strips. Instead, it would have a single output, akin to the &quot;factor&quot; of progress between two clips. Perhaps also the start and end frame and current frame. </div>



<div><br></div><div>Most of this could probably be completed purely in Python, without the compositor UI-nodes which can be replaced with Python<br><br>Might be fun to discuss<br><div class="gmail_extra"><br><div class="gmail_quote">



On 28 May 2014 18:48,  <span dir="ltr">&lt;<a href="mailto:bf-compositor-request@blender.org" target="_blank">bf-compositor-request@blender.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



Send Bf-compositor mailing list submissions to<br>
        <a href="mailto:bf-compositor@blender.org" target="_blank">bf-compositor@blender.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:bf-compositor-request@blender.org" target="_blank">bf-compositor-request@blender.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:bf-compositor-owner@blender.org" target="_blank">bf-compositor-owner@blender.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Bf-compositor digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Extending some node functions to VSE (Christian Krupa)<br>
   2. Re: Clamping (Mix, Math, RGB Curves) (Diego Gangl)<br>
   3. Re: Clamping (Mix, Math, RGB Curves) (Francesco Paglia)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 28 May 2014 16:43:32 +0100<br>
From: Christian Krupa &lt;<a href="mailto:blender@christiankrupa.net" target="_blank">blender@christiankrupa.net</a>&gt;<br>
Subject: [Bf-compositor] Extending some node functions to VSE<br>
To: <a href="mailto:bf-compositor@blender.org" target="_blank">bf-compositor@blender.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CABFx4YPYGp7CMma52a8x_0orENzzuvvxh5Bi-6zDB03RYZZ0HA@mail.gmail.com" target="_blank">CABFx4YPYGp7CMma52a8x_0orENzzuvvxh5Bi-6zDB03RYZZ0HA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
While I can see that full integration of the compositor and sequencer is a<br>
difficult / non trivial thing for the programmers to achieve and possibly<br>
not desirable for the users, I agree with the notion of having a comp node<br>
that can access edit info, be it from a particular strip in a sequence, a<br>
VSE channel or even a whole VSE edit as an input. This would keep the<br>
realtime(ish) nature of the VSE intact and also allow further work to be<br>
done on edits in progress without full commitment to the timeline - Shaun&#39;s<br>
mockup is a pretty good example of what might be useful. (maybe only the<br>
strip input would work in this way as it wouldn&#39;t have to deal with the VSE<br>
at all besides getting the IN/OUT points of the actual media on disk...)<br>
<br>
<a href="https://www.dropbox.com/s/u5nfbms8asltbsn/timeline_node.jpg" target="_blank">https://www.dropbox.com/s/u5nfbms8asltbsn/timeline_node.jpg</a><br>
<br>
This debate seems legitimate to me and there are a good few users who would<br>
like to see it progress to the point of action.<br>
<br>
cheers<br>
<br>
Chris<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.blender.org/pipermail/bf-compositor/attachments/20140528/f5c56793/attachment-0001.htm" target="_blank">http://lists.blender.org/pipermail/bf-compositor/attachments/20140528/f5c56793/attachment-0001.htm</a><br>




<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 28 May 2014 14:27:40 -0300<br>
From: Diego Gangl &lt;<a href="mailto:dnicolas@gmail.com" target="_blank">dnicolas@gmail.com</a>&gt;<br>
Subject: Re: [Bf-compositor] Clamping (Mix, Math, RGB Curves)<br>
To: <a href="mailto:bf-compositor@blender.org" target="_blank">bf-compositor@blender.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAEAjNq5rwc_4Zm_U7XAcfHh_5oPybCywg%2BCBwNN9mkMUyDv7qA@mail.gmail.com" target="_blank">CAEAjNq5rwc_4Zm_U7XAcfHh_5oPybCywg+CBwNN9mkMUyDv7qA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
It&#39;s working for me, but Blender gave me a different datapath:<br>
nodes[&quot;RGB&quot;].outputs[0].default_value[0] .<br>
If I change it the 0 to RGBA I get an error too. I guess you can&#39;t use<br>
dictionaries for sockets in drivers?<br>
<br>
2014-05-28 9:15 GMT-03:00 Francesco Paglia &lt;<a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a>&gt;:<br>
&gt; Hey Diego,<br>
&gt; I successfully added the driver,<br>
&gt; I got the problem in the path of the RGB..<br>
&gt; Here the picture I made to explain the problem:<br>
&gt;<br>
&gt; <a href="https://lh6.googleusercontent.com/-k6GDiWl4uNU/U4XRy1AzQ_I/AAAAAAAAJy8/C-xuqUDrNKM/w1357-h784-no/value.jpg" target="_blank">https://lh6.googleusercontent.com/-k6GDiWl4uNU/U4XRy1AzQ_I/AAAAAAAAJy8/C-xuqUDrNKM/w1357-h784-no/value.jpg</a><br>




&gt;<br>
&gt; I forgot to open the panel in the left of the drivers ..<br>
&gt;  I&#39;m working on the red channel of the ramp and I was trying to evaluate the<br>
&gt; red value of the RGB node that is perfectly showed in the python console but<br>
&gt; as you can see return a red background on the path of the driver....<br>
&gt;<br>
&gt; Am I missing something?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2014-05-28 13:15 GMT+02:00 Diego Gangl &lt;<a href="mailto:dnicolas@gmail.com" target="_blank">dnicolas@gmail.com</a>&gt;:<br>
&gt;<br>
&gt;&gt; Hey,<br>
&gt;&gt;<br>
&gt;&gt; Nice work on those nodegroups, I&#39;d like to see them too. It would be<br>
&gt;&gt; great to have some kind of standard library of nodes for motion/video<br>
&gt;&gt; work in the compositor with stuff like this.<br>
&gt;&gt;<br>
&gt;&gt; Francesco,<br>
&gt;&gt; Have you tried the outliner workaround for problem #2? You&#39;d have to<br>
&gt;&gt; find the node in the outliner, then the socket, select it and press D<br>
&gt;&gt; to add the driver. Btw, it doesn&#39;t change color in the ui sometimes.<br>
&gt;&gt;<br>
&gt;&gt; I tried the nodes addon but I get a missing paths error, maybe it<br>
&gt;&gt; hasn&#39;t been updated?<br>
&gt;&gt;<br>
&gt;&gt; Cheers,<br>
&gt;&gt;<br>
&gt;&gt; 2014-05-28 7:15 GMT-03:00 Francesco Paglia &lt;<a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a>&gt;:<br>
&gt;&gt; &gt; Hey Sean,<br>
&gt;&gt; &gt; I&#39;m really interested in seeing your node and much more on the match<br>
&gt;&gt; &gt; color<br>
&gt;&gt; &gt; node...<br>
&gt;&gt; &gt; I&#39;ve tried by myself making one but I couldn&#39;t find a nice way to have<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; setup embedded in a node group.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Looking at the tutorial the artist simply match low and hi valuse of a<br>
&gt;&gt; &gt; levels effects for each channel.<br>
&gt;&gt; &gt; So I though I can mimic that result just with a simple setup:<br>
&gt;&gt; &gt; 1. separate RGB  of the input,<br>
&gt;&gt; &gt; 2. add a color ramp to each channel (to get a remap of Hi and LOW value)<br>
&gt;&gt; &gt; 3. add a combine channel to recreate the final image<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The result looked promising but<br>
&gt;&gt; &gt; 1. to expose the value of the ramp you have to add a driver on each stop<br>
&gt;&gt; &gt; of<br>
&gt;&gt; &gt; the ramp<br>
&gt;&gt; &gt; 2. the driver (don&#39;t know why) in official 2.70 build seems cannot read<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; value of a node RGB.output or the input of the group even if it is<br>
&gt;&gt; &gt; readable<br>
&gt;&gt; &gt; in the python console (the driver simply show the path background in red<br>
&gt;&gt; &gt; color)<br>
&gt;&gt; &gt; 3. value are clamped in the 0-1 range so if values exceed this range<br>
&gt;&gt; &gt; they<br>
&gt;&gt; &gt; are remapped.. (well this is a known side effect driven by the node<br>
&gt;&gt; &gt; used...)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;m curious to know your approach :)<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt; Francesco<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2014-05-28 7:57 GMT+02:00 David McSween &lt;<a href="mailto:3pointedit@gmail.com" target="_blank">3pointedit@gmail.com</a>&gt;:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; I would certainly be interested in a &#39;colour matcher&#39; node group.<br>
&gt;&gt; &gt;&gt; Especially if it Rock My World as Mark says in the link ;-)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; These look really useful, it would be great if everyone could at least<br>
&gt;&gt; &gt;&gt; match pedestal across their elements.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Wed, May 28, 2014 at 2:07 PM, Sean Kennedy &lt;<a href="mailto:mack_dadd2@hotmail.com" target="_blank">mack_dadd2@hotmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Hey guys,<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; I made a few nodegroups we were discussing.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; <a href="https://www.dropbox.com/s/uj9kw6dm1sp3cot/clamp_nodes_screenshot_02.jpg" target="_blank">https://www.dropbox.com/s/uj9kw6dm1sp3cot/clamp_nodes_screenshot_02.jpg</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; I made a Value clamp, as Deigo had made. Then I made a RGB clamp,<br>
&gt;&gt; &gt;&gt;&gt; where<br>
&gt;&gt; &gt;&gt;&gt; you can set R, G, and B individually. And then I made the node I<br>
&gt;&gt; &gt;&gt;&gt; really<br>
&gt;&gt; &gt;&gt;&gt; wanted, a black levels node.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; When you&#39;re compositing one image over another, and they come from two<br>
&gt;&gt; &gt;&gt;&gt; different sources, they usually have completely different color values<br>
&gt;&gt; &gt;&gt;&gt; in<br>
&gt;&gt; &gt;&gt;&gt; the highs and lows (obviously, we all know this). At R&amp;H, we had a<br>
&gt;&gt; &gt;&gt;&gt; great<br>
&gt;&gt; &gt;&gt;&gt; Black Levels node where we could simply sample a dark spot of a<br>
&gt;&gt; &gt;&gt;&gt; background<br>
&gt;&gt; &gt;&gt;&gt; plate, and the darks of the foreground plate would just shift to<br>
&gt;&gt; &gt;&gt;&gt; match. This<br>
&gt;&gt; &gt;&gt;&gt; works the same exact way. It was ideal for CG elements going over live<br>
&gt;&gt; &gt;&gt;&gt; action plates, because usually the general highs and overall color of<br>
&gt;&gt; &gt;&gt;&gt; the CG<br>
&gt;&gt; &gt;&gt;&gt; matched the plate fine, but the blacks always came in as absolute<br>
&gt;&gt; &gt;&gt;&gt; blacks, or<br>
&gt;&gt; &gt;&gt;&gt; sometimes negative blacks. This node made fixing it a 1-click<br>
&gt;&gt; &gt;&gt;&gt; operation.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; If anyone is interested, I can upload a blend file with the<br>
&gt;&gt; &gt;&gt;&gt; nodegroups.<br>
&gt;&gt; &gt;&gt;&gt; The clamps are super easy to make, though. But maybe the black levels<br>
&gt;&gt; &gt;&gt;&gt; one<br>
&gt;&gt; &gt;&gt;&gt; would be interesting to someone?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Tomorrow I&#39;m going make a node setup to easily replicate Mark<br>
&gt;&gt; &gt;&gt;&gt; Christiansen&#39;s techniques for matching the general colors of one plate<br>
&gt;&gt; &gt;&gt;&gt; to<br>
&gt;&gt; &gt;&gt;&gt; another. You can see the technique here in the free sample videos, if<br>
&gt;&gt; &gt;&gt;&gt; you&#39;re<br>
&gt;&gt; &gt;&gt;&gt; interested.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.lynda.com/After-Effects-tutorials/After-Effects-Compositing-Essentials-Matching-Foreground-Background/114913-2.html" target="_blank">http://www.lynda.com/After-Effects-tutorials/After-Effects-Compositing-Essentials-Matching-Foreground-Background/114913-2.html</a><br>




&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; It&#39;s fun making these!<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Sean<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; ________________________________<br>
&gt;&gt; &gt;&gt;&gt; From: <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br>
&gt;&gt; &gt;&gt;&gt; Date: Sun, 25 May 2014 09:50:01 +0200<br>
&gt;&gt; &gt;&gt;&gt; To: <a href="mailto:bf-compositor@blender.org" target="_blank">bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; Subject: Re: [Bf-compositor] Clamping (Mix, Math, RGB Curves)<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Thanks for the advices Diego and David!<br>
&gt;&gt; &gt;&gt;&gt; Just a little thought:<br>
&gt;&gt; &gt;&gt;&gt; Adding lot of nodegroups in a single &quot;category&quot; - I mean in the same<br>
&gt;&gt; &gt;&gt;&gt; menu<br>
&gt;&gt; &gt;&gt;&gt; list - isn&#39;t that efficient... is there a way to manage their position<br>
&gt;&gt; &gt;&gt;&gt; in<br>
&gt;&gt; &gt;&gt;&gt; the SHIFT+A menu?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Referenced node group are quite &quot;risky&quot; since compositing session<br>
&gt;&gt; &gt;&gt;&gt; works<br>
&gt;&gt; &gt;&gt;&gt; most likely WYSIWYG and as soon as you change something you have to<br>
&gt;&gt; &gt;&gt;&gt; check<br>
&gt;&gt; &gt;&gt;&gt; back each project... but I get your point Diego... I&#39;m very used to<br>
&gt;&gt; &gt;&gt;&gt; linked<br>
&gt;&gt; &gt;&gt;&gt; group, they are so useful and I hope they will be empowered a lot with<br>
&gt;&gt; &gt;&gt;&gt; gooseberry since Proxyfication have room for for lot of improvement.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; 2014-05-25 4:26 GMT+02:00 David McSween &lt;<a href="mailto:3pointedit@gmail.com" target="_blank">3pointedit@gmail.com</a>&gt;:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Don&#39;t forget the addon Node Presets<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; <a href="http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Compositing/Compositing_Presets" target="_blank">http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Compositing/Compositing_Presets</a><br>




&gt;&gt; &gt;&gt;&gt; I think you can add node groups and store them in a portable file.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On 25 May 2014 09:59, &quot;Diego Gangl&quot; &lt;<a href="mailto:dnicolas@gmail.com" target="_blank">dnicolas@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; It is possible to clamp (blacks and whites individually even), but<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; whenever I want to do it I have to add gazillion nodes. It takes<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; time.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; My<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; intention is to make it with a single click.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; You can turn them into a group, plug the math values into group<br>
&gt;&gt; &gt;&gt;&gt; inputs, name it and bam! your own Clamp Node that you can add from the<br>
&gt;&gt; &gt;&gt;&gt; group menu.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Isn&#39;t there a way to develop few nodegroup store them somewhere and<br>
&gt;&gt; &gt;&gt;&gt; &gt; recall<br>
&gt;&gt; &gt;&gt;&gt; &gt; them in a personal group list or add them in the lists we already<br>
&gt;&gt; &gt;&gt;&gt; &gt; have?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; There&#39;s two ways:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; 1- Make the groups in a new (empty) blend file, then save it as your<br>
&gt;&gt; &gt;&gt;&gt; start-up file (ctrl+U). The node groups will be available in every new<br>
&gt;&gt; &gt;&gt;&gt; file you make.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; 2- Make a &quot;Node Library&quot; file. Make all your groups there, then make a<br>
&gt;&gt; &gt;&gt;&gt; new empty file and link all the groups from the library file. Save it<br>
&gt;&gt; &gt;&gt;&gt; as your start-up file and you get all the groups. The cool thing is<br>
&gt;&gt; &gt;&gt;&gt; that if you tweak the groups inside the lib file, they will be upated<br>
&gt;&gt; &gt;&gt;&gt; in all the blend files that link them.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Gooseberry is going to bring a lot of developement into asset<br>
&gt;&gt; &gt;&gt;&gt; management, so it will get better.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; 2014-05-24 7:00 GMT-03:00 Francesco Paglia &lt;<a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a>&gt;:<br>
&gt;&gt; &gt;&gt;&gt; &gt; Isn&#39;t there a way to develop few nodegroup store them somewhere and<br>
&gt;&gt; &gt;&gt;&gt; &gt; recall<br>
&gt;&gt; &gt;&gt;&gt; &gt; them in a personal group list or add them in the lists we already<br>
&gt;&gt; &gt;&gt;&gt; &gt; have?<br>
&gt;&gt; &gt;&gt;&gt; &gt; Could it be a python add-on?<br>
&gt;&gt; &gt;&gt;&gt; &gt; This would help us skip the tedious part of reloading those node<br>
&gt;&gt; &gt;&gt;&gt; &gt; every<br>
&gt;&gt; &gt;&gt;&gt; &gt; time<br>
&gt;&gt; &gt;&gt;&gt; &gt; a new blend file is created and also could help us distribute those<br>
&gt;&gt; &gt;&gt;&gt; &gt; nodes in<br>
&gt;&gt; &gt;&gt;&gt; &gt; their coherent place.<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; 2014-05-24 11:31 GMT+02:00 Bartek Skorupa (priv)<br>
&gt;&gt; &gt;&gt;&gt; &gt; &lt;<a href="mailto:bartekskorupa@bartekskorupa.com" target="_blank">bartekskorupa@bartekskorupa.com</a>&gt;:<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; It is possible to clamp (blacks and whites individually even), but<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; whenever I want to do it I have to add gazillion nodes. It takes<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; time.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; My<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; intention is to make it with a single click.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; How much time did it take you to set up this fantastic node tree of<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; yours?<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; If it&#39;s more than one second - it? too much. It should be: Decision<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; =&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; 1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; second later: DONE.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Bartek Skorupa<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; <a href="http://www.bartekskorupa.com" target="_blank">www.bartekskorupa.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; On 24 maj 2014, at 00:10, Sean Kennedy &lt;<a href="mailto:mack_dadd2@hotmail.com" target="_blank">mack_dadd2@hotmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Ah, great idea! We could even set one up with RGB, one on each<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; channel,<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; and save it as a nodegroup.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Thanks! So obvious, don&#39;t know why we didn&#39;t think of this. :)<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; I&#39;m going to set one up today.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; sean<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; From: <a href="mailto:dnicolas@gmail.com" target="_blank">dnicolas@gmail.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Date: Fri, 23 May 2014 19:07:28 -0300<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; To: <a href="mailto:bf-compositor@blender.org" target="_blank">bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Subject: Re: [Bf-compositor] Clamping (Mix, Math, RGB Curves)<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Hi all, I don&#39;t know how Blender&#39;s handles colors internally but<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; wouldn&#39;t this work?<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; <a href="http://www.pasteall.org/pic/show.php?id=71736" target="_blank">http://www.pasteall.org/pic/show.php?id=71736</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; (or are the V values already mapped to 0-1 from the separate<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; node?)<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Cheers,<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; 2014-05-23 18:46 GMT-03:00 Sean Kennedy &lt;<a href="mailto:mack_dadd2@hotmail.com" target="_blank">mack_dadd2@hotmail.com</a>&gt;:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Could we set the value of the clamp? It could come in as<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; defaults<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; of<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; 1.0 and<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; 0.0, but we could alter it to whatever we wanted. At R&amp;H, most<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; of<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; time<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; we clamped brights around 14-16. We&#39;d only turn it down under<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; that<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; if<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; we got<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; bad pixels when rendering.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; If you had a superbright red, like R 12, G 3, B 4, and you put<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; a<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; clamp<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; of 1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; on it, obviously it&#39;s going to set each value to 1, so what was<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; red<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; now<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; reads as white. But it would still be useful.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; After Effects clamp tool<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt;<a href="http://cdn.aescripts.com/media/catalog/product/cache/1/image/800x600/040ec09b1e35df139433887a97daa66f/f/t/ft-clamp-ui_1.png" target="_blank">http://cdn.aescripts.com/media/catalog/product/cache/1/image/800x600/040ec09b1e35df139433887a97daa66f/f/t/ft-clamp-ui_1.png</a><br>




&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Nuke clamp is in the color grade node<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt;<a href="http://docs.thefoundry.co.uk/nuke/63/pythondevguide/_images/getMinMax_01.png" target="_blank">http://docs.thefoundry.co.uk/nuke/63/pythondevguide/_images/getMinMax_01.png</a><br>




&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; I&#39;m not posting the images to say &quot;this is how we should do<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; it&quot;,<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; but<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; rather,<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; to say it is useful and professional compositors would indeed<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; use<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; it<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; often.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; In fact, I was working on a shot this week that could have used<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; it. I<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; was<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; given stock footage from a client, and I have no idea how much<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; they&#39;ll<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; color<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; correct it in post once I deliver the final vfx shot. SO I have<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; to<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; make sure<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; all my blacks are in line with what is in the plate. I put a<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; gamma<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; on<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; plate just to view the black levels and see how they match up<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; when<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; pushed<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; really far.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<a href="https://dl.dropboxusercontent.com/u/10553822/clamp_blacks_01.jpg" target="_blank">https://dl.dropboxusercontent.com/u/10553822/clamp_blacks_01.jpg</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Since we don&#39;t have a clamp, I ended up putting a mix node<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; right<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; after<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; stock footage node, setting it to Lighten, and making the color<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; over<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; it<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; black. then I slowly raised it while watching until the blacks<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; all<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; came in<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; line. Would have been much easier to sample the value of the<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; darkest<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; dark I<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; wanted in the shot, throw a clamp node on with the black clamp<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; set<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; to<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; those<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; values.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; In fact, at R&amp;H, the Black Clamp node let you set an individual<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; value<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; for R,<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; G, and B. And it had a color picker so you could just sample<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; image<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; and<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the values would fill in automatically.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Anyway, just throwing out my $0.02. Obviously I&#39;ve found a<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; workaround<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; and<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; can live with it, but it would sure be great to someday see a<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; clamp<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; node.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; ________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Date: Fri, 23 May 2014 14:21:40 -0700<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; From: <a href="mailto:troy.sobotka@gmail.com" target="_blank">troy.sobotka@gmail.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; To: <a href="mailto:bf-compositor@blender.org" target="_blank">bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Subject: Re: [Bf-compositor] Clamping (Mix, Math, RGB Curves)<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; On May 23, 2014 1:56 PM, &quot;Bartek Skorupa (priv)&quot;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &lt;<a href="mailto:bartekskorupa@bartekskorupa.com" target="_blank">bartekskorupa@bartekskorupa.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; When I say: &quot;clamp blacks&quot; I always mean: set every value<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; below<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; 0.0<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; to<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; 0.0.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; When I say: &quot;clamp whites&quot; I always mean: set every value<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; above<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; 1.0<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; to<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; 1.0.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; Every compositing artist will know what I mean.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; If we can generate a clamp / scale node, I am all for it.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; I am saying there is no concept of white in a scene referred<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; model,<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; and as<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; such, you have to be careful as to not write nodes that break<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; system.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; It is that simple. No white. No brighter than white. So sorry,<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &quot;Every<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; artist...&quot; is actually &quot;Every artist unfamiliar with HDR work.&quot;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; So a clamp node _must_ not make the erroneous assumption that<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; 1.0<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; means<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; anything special, and rather provide for an arbitrary value<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; range.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; If this all seems like speaking an alien language, it is<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; precisely<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; why<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; I<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; chimed in and said &quot;Whoa.&quot;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; There are already nodes that are broken because of erroneous<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; assumptions. It<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; would be a shame to make more.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; With respect,<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; TJS<div><div class="h5"><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; _______________________________________________ Bf-compositor<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; mailing<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; list<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Bf-compositor mailing list<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Bf-compositor mailing list<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Bf-compositor mailing list<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Bf-compositor mailing list<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt;&gt; &gt; Francesco Paglia<br>
&gt;&gt; &gt;&gt;&gt; &gt; Vfx and Production Supervisor<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; mobile  <a href="tel:%2B39%20347.82.12.473" value="+393478212473" target="_blank">+39 347.82.12.473</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; e-mail   <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt; Bf-compositor mailing list<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; Bf-compositor mailing list<br>
&gt;&gt; &gt;&gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; Bf-compositor mailing list<br>
&gt;&gt; &gt;&gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt;&gt; Francesco Paglia<br>
&gt;&gt; &gt;&gt;&gt; Vfx and Production Supervisor<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; mobile  <a href="tel:%2B39%20347.82.12.473" value="+393478212473" target="_blank">+39 347.82.12.473</a><br>
&gt;&gt; &gt;&gt;&gt; e-mail   <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; _______________________________________________ Bf-compositor mailing<br>
&gt;&gt; &gt;&gt;&gt; list <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; Bf-compositor mailing list<br>
&gt;&gt; &gt;&gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Bf-compositor mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Francesco Paglia<br>
&gt;&gt; &gt; Vfx and Production Supervisor<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; mobile  <a href="tel:%2B39%20347.82.12.473" value="+393478212473" target="_blank">+39 347.82.12.473</a><br>
&gt;&gt; &gt; e-mail   <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Bf-compositor mailing list<br>
&gt;&gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Bf-compositor mailing list<br>
&gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Francesco Paglia<br>
&gt; Vfx and Production Supervisor<br>
&gt;<br>
&gt; mobile  <a href="tel:%2B39%20347.82.12.473" value="+393478212473" target="_blank">+39 347.82.12.473</a><br>
&gt; e-mail   <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Bf-compositor mailing list<br>
&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;<br>
<br>
<br></div></div>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 28 May 2014 19:48:18 +0200<br>
From: Francesco Paglia &lt;<a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a>&gt;<br>
Subject: Re: [Bf-compositor] Clamping (Mix, Math, RGB Curves)<br>
To: <a href="mailto:bf-compositor@blender.org" target="_blank">bf-compositor@blender.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAJ8L8Fzmd8iAsqCGOd1P7scZwf3L10z4J_A-%2Ba3nVXBvoCkAzw@mail.gmail.com" target="_blank">CAJ8L8Fzmd8iAsqCGOd1P7scZwf3L10z4J_A-+a3nVXBvoCkAzw@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
I tried this datapath too...<br>
could you tell me which release of blender are you using?<br>
<br>
<br>
<br>
<br>
2014-05-28 19:27 GMT+02:00 Diego Gangl &lt;<a href="mailto:dnicolas@gmail.com" target="_blank">dnicolas@gmail.com</a>&gt;:<br>
<br>
&gt; It&#39;s working for me, but Blender gave me a different datapath:<br>
&gt; nodes[&quot;RGB&quot;].outputs[0].default_value[0] .<br>
&gt; If I change it the 0 to RGBA I get an error too. I guess you can&#39;t use<br>
&gt; dictionaries for sockets in drivers?<br>
&gt;<br>
&gt; 2014-05-28 9:15 GMT-03:00 Francesco Paglia &lt;<a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a>&gt;:<br>
&gt; &gt; Hey Diego,<br>
&gt; &gt; I successfully added the driver,<br>
&gt; &gt; I got the problem in the path of the RGB..<br>
&gt; &gt; Here the picture I made to explain the problem:<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; <a href="https://lh6.googleusercontent.com/-k6GDiWl4uNU/U4XRy1AzQ_I/AAAAAAAAJy8/C-xuqUDrNKM/w1357-h784-no/value.jpg" target="_blank">https://lh6.googleusercontent.com/-k6GDiWl4uNU/U4XRy1AzQ_I/AAAAAAAAJy8/C-xuqUDrNKM/w1357-h784-no/value.jpg</a><br>




&gt; &gt;<br>
&gt; &gt; I forgot to open the panel in the left of the drivers ..<br>
&gt; &gt;  I&#39;m working on the red channel of the ramp and I was trying to evaluate<br>
&gt; the<br>
&gt; &gt; red value of the RGB node that is perfectly showed in the python console<br>
&gt; but<br>
&gt; &gt; as you can see return a red background on the path of the driver....<br>
&gt; &gt;<br>
&gt; &gt; Am I missing something?<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; 2014-05-28 13:15 GMT+02:00 Diego Gangl &lt;<a href="mailto:dnicolas@gmail.com" target="_blank">dnicolas@gmail.com</a>&gt;:<br>
&gt; &gt;<br>
&gt; &gt;&gt; Hey,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Nice work on those nodegroups, I&#39;d like to see them too. It would be<br>
&gt; &gt;&gt; great to have some kind of standard library of nodes for motion/video<br>
&gt; &gt;&gt; work in the compositor with stuff like this.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Francesco,<br>
&gt; &gt;&gt; Have you tried the outliner workaround for problem #2? You&#39;d have to<br>
&gt; &gt;&gt; find the node in the outliner, then the socket, select it and press D<br>
&gt; &gt;&gt; to add the driver. Btw, it doesn&#39;t change color in the ui sometimes.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I tried the nodes addon but I get a missing paths error, maybe it<br>
&gt; &gt;&gt; hasn&#39;t been updated?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Cheers,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; 2014-05-28 7:15 GMT-03:00 Francesco Paglia &lt;<a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a>&gt;:<br>
&gt; &gt;&gt; &gt; Hey Sean,<br>
&gt; &gt;&gt; &gt; I&#39;m really interested in seeing your node and much more on the match<br>
&gt; &gt;&gt; &gt; color<br>
&gt; &gt;&gt; &gt; node...<br>
&gt; &gt;&gt; &gt; I&#39;ve tried by myself making one but I couldn&#39;t find a nice way to have<br>
&gt; &gt;&gt; &gt; the<br>
&gt; &gt;&gt; &gt; setup embedded in a node group.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Looking at the tutorial the artist simply match low and hi valuse of a<br>
&gt; &gt;&gt; &gt; levels effects for each channel.<br>
&gt; &gt;&gt; &gt; So I though I can mimic that result just with a simple setup:<br>
&gt; &gt;&gt; &gt; 1. separate RGB  of the input,<br>
&gt; &gt;&gt; &gt; 2. add a color ramp to each channel (to get a remap of Hi and LOW<br>
&gt; value)<br>
&gt; &gt;&gt; &gt; 3. add a combine channel to recreate the final image<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; The result looked promising but<br>
&gt; &gt;&gt; &gt; 1. to expose the value of the ramp you have to add a driver on each<br>
&gt; stop<br>
&gt; &gt;&gt; &gt; of<br>
&gt; &gt;&gt; &gt; the ramp<br>
&gt; &gt;&gt; &gt; 2. the driver (don&#39;t know why) in official 2.70 build seems cannot<br>
&gt; read<br>
&gt; &gt;&gt; &gt; the<br>
&gt; &gt;&gt; &gt; value of a node RGB.output or the input of the group even if it is<br>
&gt; &gt;&gt; &gt; readable<br>
&gt; &gt;&gt; &gt; in the python console (the driver simply show the path background in<br>
&gt; red<br>
&gt; &gt;&gt; &gt; color)<br>
&gt; &gt;&gt; &gt; 3. value are clamped in the 0-1 range so if values exceed this range<br>
&gt; &gt;&gt; &gt; they<br>
&gt; &gt;&gt; &gt; are remapped.. (well this is a known side effect driven by the node<br>
&gt; &gt;&gt; &gt; used...)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; I&#39;m curious to know your approach :)<br>
&gt; &gt;&gt; &gt; Thanks,<br>
&gt; &gt;&gt; &gt; Francesco<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; 2014-05-28 7:57 GMT+02:00 David McSween &lt;<a href="mailto:3pointedit@gmail.com" target="_blank">3pointedit@gmail.com</a>&gt;:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt; I would certainly be interested in a &#39;colour matcher&#39; node group.<br>
&gt; &gt;&gt; &gt;&gt; Especially if it Rock My World as Mark says in the link ;-)<br>
&gt; &gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt; These look really useful, it would be great if everyone could at<br>
&gt; least<br>
&gt; &gt;&gt; &gt;&gt; match pedestal across their elements.<br>
&gt; &gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt; On Wed, May 28, 2014 at 2:07 PM, Sean Kennedy &lt;<br>
&gt; <a href="mailto:mack_dadd2@hotmail.com" target="_blank">mack_dadd2@hotmail.com</a>&gt;<br>
&gt; &gt;&gt; &gt;&gt; wrote:<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; Hey guys,<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; I made a few nodegroups we were discussing.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; <a href="https://www.dropbox.com/s/uj9kw6dm1sp3cot/clamp_nodes_screenshot_02.jpg" target="_blank">https://www.dropbox.com/s/uj9kw6dm1sp3cot/clamp_nodes_screenshot_02.jpg</a><br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; I made a Value clamp, as Deigo had made. Then I made a RGB clamp,<br>
&gt; &gt;&gt; &gt;&gt;&gt; where<br>
&gt; &gt;&gt; &gt;&gt;&gt; you can set R, G, and B individually. And then I made the node I<br>
&gt; &gt;&gt; &gt;&gt;&gt; really<br>
&gt; &gt;&gt; &gt;&gt;&gt; wanted, a black levels node.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; When you&#39;re compositing one image over another, and they come from<br>
&gt; two<br>
&gt; &gt;&gt; &gt;&gt;&gt; different sources, they usually have completely different color<br>
&gt; values<br>
&gt; &gt;&gt; &gt;&gt;&gt; in<br>
&gt; &gt;&gt; &gt;&gt;&gt; the highs and lows (obviously, we all know this). At R&amp;H, we had a<br>
&gt; &gt;&gt; &gt;&gt;&gt; great<br>
&gt; &gt;&gt; &gt;&gt;&gt; Black Levels node where we could simply sample a dark spot of a<br>
&gt; &gt;&gt; &gt;&gt;&gt; background<br>
&gt; &gt;&gt; &gt;&gt;&gt; plate, and the darks of the foreground plate would just shift to<br>
&gt; &gt;&gt; &gt;&gt;&gt; match. This<br>
&gt; &gt;&gt; &gt;&gt;&gt; works the same exact way. It was ideal for CG elements going over<br>
&gt; live<br>
&gt; &gt;&gt; &gt;&gt;&gt; action plates, because usually the general highs and overall color<br>
&gt; of<br>
&gt; &gt;&gt; &gt;&gt;&gt; the CG<br>
&gt; &gt;&gt; &gt;&gt;&gt; matched the plate fine, but the blacks always came in as absolute<br>
&gt; &gt;&gt; &gt;&gt;&gt; blacks, or<br>
&gt; &gt;&gt; &gt;&gt;&gt; sometimes negative blacks. This node made fixing it a 1-click<br>
&gt; &gt;&gt; &gt;&gt;&gt; operation.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; If anyone is interested, I can upload a blend file with the<br>
&gt; &gt;&gt; &gt;&gt;&gt; nodegroups.<br>
&gt; &gt;&gt; &gt;&gt;&gt; The clamps are super easy to make, though. But maybe the black<br>
&gt; levels<br>
&gt; &gt;&gt; &gt;&gt;&gt; one<br>
&gt; &gt;&gt; &gt;&gt;&gt; would be interesting to someone?<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; Tomorrow I&#39;m going make a node setup to easily replicate Mark<br>
&gt; &gt;&gt; &gt;&gt;&gt; Christiansen&#39;s techniques for matching the general colors of one<br>
&gt; plate<br>
&gt; &gt;&gt; &gt;&gt;&gt; to<br>
&gt; &gt;&gt; &gt;&gt;&gt; another. You can see the technique here in the free sample videos,<br>
&gt; if<br>
&gt; &gt;&gt; &gt;&gt;&gt; you&#39;re<br>
&gt; &gt;&gt; &gt;&gt;&gt; interested.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; <a href="http://www.lynda.com/After-Effects-tutorials/After-Effects-Compositing-Essentials-Matching-Foreground-Background/114913-2.html" target="_blank">http://www.lynda.com/After-Effects-tutorials/After-Effects-Compositing-Essentials-Matching-Foreground-Background/114913-2.html</a><br>




&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; It&#39;s fun making these!<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; Sean<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; ________________________________<br>
&gt; &gt;&gt; &gt;&gt;&gt; From: <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; Date: Sun, 25 May 2014 09:50:01 +0200<br>
&gt; &gt;&gt; &gt;&gt;&gt; To: <a href="mailto:bf-compositor@blender.org" target="_blank">bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; Subject: Re: [Bf-compositor] Clamping (Mix, Math, RGB Curves)<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; Thanks for the advices Diego and David!<br>
&gt; &gt;&gt; &gt;&gt;&gt; Just a little thought:<br>
&gt; &gt;&gt; &gt;&gt;&gt; Adding lot of nodegroups in a single &quot;category&quot; - I mean in the same<br>
&gt; &gt;&gt; &gt;&gt;&gt; menu<br>
&gt; &gt;&gt; &gt;&gt;&gt; list - isn&#39;t that efficient... is there a way to manage their<br>
&gt; position<br>
&gt; &gt;&gt; &gt;&gt;&gt; in<br>
&gt; &gt;&gt; &gt;&gt;&gt; the SHIFT+A menu?<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; Referenced node group are quite &quot;risky&quot; since compositing session<br>
&gt; &gt;&gt; &gt;&gt;&gt; works<br>
&gt; &gt;&gt; &gt;&gt;&gt; most likely WYSIWYG and as soon as you change something you have to<br>
&gt; &gt;&gt; &gt;&gt;&gt; check<br>
&gt; &gt;&gt; &gt;&gt;&gt; back each project... but I get your point Diego... I&#39;m very used to<br>
&gt; &gt;&gt; &gt;&gt;&gt; linked<br>
&gt; &gt;&gt; &gt;&gt;&gt; group, they are so useful and I hope they will be empowered a lot<br>
&gt; with<br>
&gt; &gt;&gt; &gt;&gt;&gt; gooseberry since Proxyfication have room for for lot of improvement.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; 2014-05-25 4:26 GMT+02:00 David McSween &lt;<a href="mailto:3pointedit@gmail.com" target="_blank">3pointedit@gmail.com</a>&gt;:<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; Don&#39;t forget the addon Node Presets<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; <a href="http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Compositing/Compositing_Presets" target="_blank">http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Compositing/Compositing_Presets</a><br>




&gt; &gt;&gt; &gt;&gt;&gt; I think you can add node groups and store them in a portable file.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; On 25 May 2014 09:59, &quot;Diego Gangl&quot; &lt;<a href="mailto:dnicolas@gmail.com" target="_blank">dnicolas@gmail.com</a>&gt; wrote:<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; It is possible to clamp (blacks and whites individually even),<br>
&gt; but<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; whenever I want to do it I have to add gazillion nodes. It takes<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; time.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; My<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; intention is to make it with a single click.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; You can turn them into a group, plug the math values into group<br>
&gt; &gt;&gt; &gt;&gt;&gt; inputs, name it and bam! your own Clamp Node that you can add from<br>
&gt; the<br>
&gt; &gt;&gt; &gt;&gt;&gt; group menu.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; Isn&#39;t there a way to develop few nodegroup store them somewhere<br>
&gt; and<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; recall<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; them in a personal group list or add them in the lists we already<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; have?<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; There&#39;s two ways:<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; 1- Make the groups in a new (empty) blend file, then save it as your<br>
&gt; &gt;&gt; &gt;&gt;&gt; start-up file (ctrl+U). The node groups will be available in every<br>
&gt; new<br>
&gt; &gt;&gt; &gt;&gt;&gt; file you make.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; 2- Make a &quot;Node Library&quot; file. Make all your groups there, then<br>
&gt; make a<br>
&gt; &gt;&gt; &gt;&gt;&gt; new empty file and link all the groups from the library file. Save<br>
&gt; it<br>
&gt; &gt;&gt; &gt;&gt;&gt; as your start-up file and you get all the groups. The cool thing is<br>
&gt; &gt;&gt; &gt;&gt;&gt; that if you tweak the groups inside the lib file, they will be<br>
&gt; upated<br>
&gt; &gt;&gt; &gt;&gt;&gt; in all the blend files that link them.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; Gooseberry is going to bring a lot of developement into asset<br>
&gt; &gt;&gt; &gt;&gt;&gt; management, so it will get better.<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; 2014-05-24 7:00 GMT-03:00 Francesco Paglia &lt;<a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a>&gt;:<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; Isn&#39;t there a way to develop few nodegroup store them somewhere<br>
&gt; and<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; recall<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; them in a personal group list or add them in the lists we already<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; have?<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; Could it be a python add-on?<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; This would help us skip the tedious part of reloading those node<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; every<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; time<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; a new blend file is created and also could help us distribute<br>
&gt; those<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; nodes in<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; their coherent place.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; 2014-05-24 11:31 GMT+02:00 Bartek Skorupa (priv)<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; &lt;<a href="mailto:bartekskorupa@bartekskorupa.com" target="_blank">bartekskorupa@bartekskorupa.com</a>&gt;:<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; It is possible to clamp (blacks and whites individually even),<br>
&gt; but<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; whenever I want to do it I have to add gazillion nodes. It takes<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; time.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; My<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; intention is to make it with a single click.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; How much time did it take you to set up this fantastic node tree<br>
&gt; of<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; yours?<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; If it&#39;s more than one second - it? too much. It should be:<br>
&gt; Decision<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; =&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; 1<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; second later: DONE.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; Bartek Skorupa<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; <a href="http://www.bartekskorupa.com" target="_blank">www.bartekskorupa.com</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; On 24 maj 2014, at 00:10, Sean Kennedy &lt;<a href="mailto:mack_dadd2@hotmail.com" target="_blank">mack_dadd2@hotmail.com</a>&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; wrote:<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; Ah, great idea! We could even set one up with RGB, one on each<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; channel,<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; and save it as a nodegroup.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; Thanks! So obvious, don&#39;t know why we didn&#39;t think of this. :)<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; I&#39;m going to set one up today.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; sean<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; From: <a href="mailto:dnicolas@gmail.com" target="_blank">dnicolas@gmail.com</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Date: Fri, 23 May 2014 19:07:28 -0300<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; To: <a href="mailto:bf-compositor@blender.org" target="_blank">bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Subject: Re: [Bf-compositor] Clamping (Mix, Math, RGB Curves)<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Hi all, I don&#39;t know how Blender&#39;s handles colors internally<br>
&gt; but<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; wouldn&#39;t this work?<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; <a href="http://www.pasteall.org/pic/show.php?id=71736" target="_blank">http://www.pasteall.org/pic/show.php?id=71736</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; (or are the V values already mapped to 0-1 from the separate<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; node?)<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Cheers,<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; 2014-05-23 18:46 GMT-03:00 Sean Kennedy &lt;<br>
&gt; <a href="mailto:mack_dadd2@hotmail.com" target="_blank">mack_dadd2@hotmail.com</a>&gt;:<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Could we set the value of the clamp? It could come in as<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; defaults<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; of<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; 1.0 and<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; 0.0, but we could alter it to whatever we wanted. At R&amp;H,<br>
&gt; most<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; of<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; time<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; we clamped brights around 14-16. We&#39;d only turn it down under<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; that<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; if<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; we got<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; bad pixels when rendering.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; If you had a superbright red, like R 12, G 3, B 4, and you<br>
&gt; put<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; a<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; clamp<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; of 1<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; on it, obviously it&#39;s going to set each value to 1, so what<br>
&gt; was<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; red<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; now<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; reads as white. But it would still be useful.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; After Effects clamp tool<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; <a href="http://cdn.aescripts.com/media/catalog/product/cache/1/image/800x600/040ec09b1e35df139433887a97daa66f/f/t/ft-clamp-ui_1.png" target="_blank">http://cdn.aescripts.com/media/catalog/product/cache/1/image/800x600/040ec09b1e35df139433887a97daa66f/f/t/ft-clamp-ui_1.png</a><br>




&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Nuke clamp is in the color grade node<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; <a href="http://docs.thefoundry.co.uk/nuke/63/pythondevguide/_images/getMinMax_01.png" target="_blank">http://docs.thefoundry.co.uk/nuke/63/pythondevguide/_images/getMinMax_01.png</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; I&#39;m not posting the images to say &quot;this is how we should do<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; it&quot;,<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; but<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; rather,<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; to say it is useful and professional compositors would indeed<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; use<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; it<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; often.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; In fact, I was working on a shot this week that could have<br>
&gt; used<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; it. I<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; was<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; given stock footage from a client, and I have no idea how<br>
&gt; much<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; they&#39;ll<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; color<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; correct it in post once I deliver the final vfx shot. SO I<br>
&gt; have<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; to<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; make sure<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; all my blacks are in line with what is in the plate. I put a<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; gamma<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; on<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; plate just to view the black levels and see how they match up<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; when<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; pushed<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; really far.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; <a href="https://dl.dropboxusercontent.com/u/10553822/clamp_blacks_01.jpg" target="_blank">https://dl.dropboxusercontent.com/u/10553822/clamp_blacks_01.jpg</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Since we don&#39;t have a clamp, I ended up putting a mix node<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; right<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; after<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; stock footage node, setting it to Lighten, and making the<br>
&gt; color<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; over<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; it<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; black. then I slowly raised it while watching until the<br>
&gt; blacks<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; all<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; came in<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; line. Would have been much easier to sample the value of the<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; darkest<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; dark I<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; wanted in the shot, throw a clamp node on with the black<br>
&gt; clamp<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; set<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; to<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; those<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; values.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; In fact, at R&amp;H, the Black Clamp node let you set an<br>
&gt; individual<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; value<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; for R,<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; G, and B. And it had a color picker so you could just sample<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; image<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; and<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the values would fill in automatically.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Anyway, just throwing out my $0.02. Obviously I&#39;ve found a<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; workaround<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; and<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; can live with it, but it would sure be great to someday see a<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; clamp<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; node.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; ________________________________<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Date: Fri, 23 May 2014 14:21:40 -0700<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; From: <a href="mailto:troy.sobotka@gmail.com" target="_blank">troy.sobotka@gmail.com</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; To: <a href="mailto:bf-compositor@blender.org" target="_blank">bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Subject: Re: [Bf-compositor] Clamping (Mix, Math, RGB Curves)<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; On May 23, 2014 1:56 PM, &quot;Bartek Skorupa (priv)&quot;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &lt;<a href="mailto:bartekskorupa@bartekskorupa.com" target="_blank">bartekskorupa@bartekskorupa.com</a>&gt; wrote:<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; When I say: &quot;clamp blacks&quot; I always mean: set every value<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; below<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; 0.0<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; to<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; 0.0.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; When I say: &quot;clamp whites&quot; I always mean: set every value<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; above<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; 1.0<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; to<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; 1.0.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;&gt; Every compositing artist will know what I mean.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; If we can generate a clamp / scale node, I am all for it.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; I am saying there is no concept of white in a scene referred<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; model,<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; and as<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; such, you have to be careful as to not write nodes that break<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; the<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; system.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; It is that simple. No white. No brighter than white. So<br>
&gt; sorry,<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; &quot;Every<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; artist...&quot; is actually &quot;Every artist unfamiliar with HDR<br>
&gt; work.&quot;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; So a clamp node _must_ not make the erroneous assumption that<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; 1.0<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; means<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; anything special, and rather provide for an arbitrary value<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; range.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; If this all seems like speaking an alien language, it is<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; precisely<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; why<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; I<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; chimed in and said &quot;Whoa.&quot;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; There are already nodes that are broken because of erroneous<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; assumptions. It<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; would be a shame to make more.<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; With respect,<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; TJS<div><div class="h5"><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; _______________________________________________ Bf-compositor<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; mailing<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; list<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; --<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; Francesco Paglia<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; Vfx and Production Supervisor<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; mobile  <a href="tel:%2B39%20347.82.12.473" value="+393478212473" target="_blank">+39 347.82.12.473</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; e-mail   <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; &gt;&gt;&gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; &gt;&gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; &gt;&gt;&gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; &gt;&gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; --<br>
&gt; &gt;&gt; &gt;&gt;&gt; Francesco Paglia<br>
&gt; &gt;&gt; &gt;&gt;&gt; Vfx and Production Supervisor<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; mobile  <a href="tel:%2B39%20347.82.12.473" value="+393478212473" target="_blank">+39 347.82.12.473</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; e-mail   <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; _______________________________________________ Bf-compositor<br>
&gt; mailing<br>
&gt; &gt;&gt; &gt;&gt;&gt; list <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; &gt;&gt;&gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; &gt;&gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; &gt;&gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; &gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; --<br>
&gt; &gt;&gt; &gt; Francesco Paglia<br>
&gt; &gt;&gt; &gt; Vfx and Production Supervisor<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; mobile  <a href="tel:%2B39%20347.82.12.473" value="+393478212473" target="_blank">+39 347.82.12.473</a><br>
&gt; &gt;&gt; &gt; e-mail   <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; Bf-compositor mailing list<br>
&gt; &gt;&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt;&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Francesco Paglia<br>
&gt; &gt; Vfx and Production Supervisor<br>
&gt; &gt;<br>
&gt; &gt; mobile  <a href="tel:%2B39%20347.82.12.473" value="+393478212473" target="_blank">+39 347.82.12.473</a><br>
&gt; &gt; e-mail   <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Bf-compositor mailing list<br>
&gt; &gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; &gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt; &gt;<br>
&gt; _______________________________________________<br>
&gt; Bf-compositor mailing list<br>
&gt; <a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
Francesco Paglia<br>
Vfx and Production Supervisor<br>
<br>
mobile  <a href="tel:%2B39%20347.82.12.473" value="+393478212473" target="_blank">+39 347.82.12.473</a><br>
e-mail   <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a><br></div></div>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.blender.org/pipermail/bf-compositor/attachments/20140528/9ac1141e/attachment.htm" target="_blank">http://lists.blender.org/pipermail/bf-compositor/attachments/20140528/9ac1141e/attachment.htm</a><br>




<br>
------------------------------<div class=""><br>
<br>
_______________________________________________<br>
Bf-compositor mailing list<br>
<a href="mailto:Bf-compositor@blender.org" target="_blank">Bf-compositor@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
<br>
<br></div>
End of Bf-compositor Digest, Vol 7, Issue 18<br>
********************************************<br>
</blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
Bf-compositor mailing list<br>
<a href="mailto:Bf-compositor@blender.org">Bf-compositor@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-compositor" target="_blank">http://lists.blender.org/mailman/listinfo/bf-compositor</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Francesco Paglia<div>Vfx and Production Supervisor</div><div><br></div><div>mobile  +39 347.82.12.473</div><div><div>e-mail   <a href="mailto:f.paglia.80@gmail.com" target="_blank">f.paglia.80@gmail.com</a></div>

</div><div><br></div>
</div>