Blender Git Commit Log

Git Commits -> Revision 988df24

Revision 988df24 by Campbell Barton (master)
August 21, 2012, 08:30 (GMT)
compositor color curve was MEM_dupallocN'ing the curve for every pixel calculation (when there were black or white inputs on the curve node).

avoid allocation by using local vars for black/white storage & curve calculation.

Commit Details:

Full Hash: 988df245519352ab80d8ad488660a0a2f7a963d3
SVN Revision: 50067
Parent Commit: 49d3766
Lines Changed: +59, -18

3 Modified Paths:

/source/blender/blenkernel/BKE_colortools.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/colortools.c (+44, -11) (Diff)
/source/blender/compositor/operations/COM_ColorCurveOperation.cpp (+12, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021