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

Ton Roosendaal ton at blender.org
Sat Nov 18 13:34:33 CET 2006


ton (Ton Roosendaal) 2006/11/18 13:34:33 CET

  Modified files:
    blender/source/blender/blenkernel/intern node_composite.c 
  
  Log:
  Bugfix #5168
  
  Composite: Rotate and Scale nodes ignored the translation offset.
  I've added rotating and scale of offset vector, but this should become a
  nice 2d matrix[3][3].
  
  Also fixed: the call "pass_on_compbuf" now has correct handling for
  using duplicate buffer rects. Can be used safely again to migrate input
  buffers to the output when no operation happened. This makes translate
  node faster again btw.
  
  Revision  Changes    Path
  1.72      +56 -17    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.71&r2=1.72&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list