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

Ton Roosendaal ton at blender.org
Fri Dec 1 11:52:36 CET 2006


ton (Ton Roosendaal) 2006/12/01 11:52:36 CET

  Modified files:
    blender/source/blender/blenkernel/intern node_composite.c 
  
  Log:
  Bugfix #5333
  
  Actually no real bug, but unfinished work in Composite:
  The ZCombine node only accepted images, no value inputs for sockets.
  Now only the first (top) input socket should be an image, the other ones
  can use constant color or values too. Nice way to split an image in
  foreground and background.
  
  Also: added an output socket for the resulting Z value.
  
  Do note that zcombone is aliased, no AA or sample info is available.
  That's for another time.
  
  Revision  Changes    Path
  1.76      +39 -7     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.75&r2=1.76&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list