Blender Git Commit Log
Git Commits -> Revision 7157948
Revision 7157948 by Ton Roosendaal (master) January 12, 2006, 15:46 (GMT) |
Orange: - cleanup of color curves code; goes at least twice faster now! (includes black/white point stuff) - When using 'Curves' in image window on a byte rect, it creates a (temp) float rect to operate on. So curves work for regular pictures too now. |
Commit Details:
Full Hash: 715794859a99c47a08314acbfe537c4460cb788b
SVN Revision: 6421
Parent Commit: 402518c
Lines Changed: +153, -47
7 Modified Paths:
/source/blender/blenkernel/BKE_colortools.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/colortools.c (+92, -28) (Diff)
/source/blender/blenkernel/intern/node_shaders.c (+11, -4) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -0) (Diff)
/source/blender/imbuf/intern/divers.c (+24, -0) (Diff)
/source/blender/makesdna/DNA_color_types.h (+3, -4) (Diff)
/source/blender/src/editsima.c (+17, -11) (Diff)
/source/blender/blenkernel/intern/colortools.c (+92, -28) (Diff)
/source/blender/blenkernel/intern/node_shaders.c (+11, -4) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -0) (Diff)
/source/blender/imbuf/intern/divers.c (+24, -0) (Diff)
/source/blender/makesdna/DNA_color_types.h (+3, -4) (Diff)
/source/blender/src/editsima.c (+17, -11) (Diff)