[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern node.c node_composite.c

Matt Ebb matt at mke3.net
Wed Mar 7 12:09:03 CET 2007


broken (Matt Ebb) 2007/03/07 12:09:03 CET

  Modified files:
    blender/source/blender/blenkernel/intern node.c 
                                             node_composite.c 
  
  Log:
  Compositor/assorted nodes fixes:
  
  * Auto-create compbufs for first socket of alphaover and set alpha nodes.
  This allows you to eg. plug something into the second socket of an
  alphaover node, and choose a solid colour in the first empty socket for
  the image to be superimposed over.
  
  Previously I had to create a bunch of extra nodes to (for example) mix
  100% black over my render, just to get a black compbuf of the right size
  that I could plug in. Not nice.
  
  The Mix node already works this way, and these two should have, but
  didn't.
  
  * Allow the 'Fac' value to be used on RGB curves when there is no input
  image. This lets you easily fade the changes in and out to check it
  against the original, or to tone down the effect of the colour correction.
  
  Revision  Changes    Path
  1.70      +2 -2      blender/source/blender/blenkernel/intern/node.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/node.c.diff?r1=1.69&r2=1.70&cvsroot=bf-blender>
  1.118     +10 -9     blender/source/blender/blenkernel/intern/node_composite.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/node_composite.c.diff?r1=1.117&r2=1.118&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list