Blender Git Loki
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