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

Kent Mein mein at cs.umn.edu
Mon Feb 27 22:38:57 CET 2006


sirdude (Kent Mein) 2006/02/27 22:38:57 CET

  Modified files:
    blender/source/blender/blenkernel/intern node_composite.c 
  
  Log:
  Fix for bug #3967.
  
  It still needs some work but at least now it doesn't crash.
  
  Basically it changed composit3_pixel_processor so that its using full
  vector instead of first element (fac variable in the code).
  In reality though its just pushing where its looking at the first element
  of the vector to another function (do_mix_rgb)
  which is calling ramp_blend with fac[0].
  
  Kent
  
  Revision  Changes    Path
  1.34      +8 -10     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.33&r2=1.34&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list