Blender Git Commit Log
Git Commits -> Revision 3b49074
Revision 3b49074 by Ton Roosendaal (master) January 9, 2006, 23:52 (GMT) |
Orange: and now for the real exr fun: float buffer support in Image window! Image as loaded in Blender (from openexr.com): http://www.blender.org/bf/exrcurve1.jpg Image with different white point: http://www.blender.org/bf/exrcurve2.jpg Image with white and black point and a curve: http://www.blender.org/bf/exrcurve3.jpg Use SHIFT+click to set the black point, and CTRL+click for white point. The buttons in the panel work too, of course. The curves work after the black/white range was corrected, so you can stick to curves with a normal 0-1 range. There's also now a general color curve, marked with 'C' button. Note; this currently only maps the float colors to a visible 8 bits per channel rect. You can save it, but when the blender file loads the curve or mapping is not executed until you click in the curves... have to look at that still. Speed for this is also quite unoptimized... still WIP, but fun! |
Commit Details:
Full Hash: 3b4907415c879119a1a3eeb1a5244c79a9f8fc9c
SVN Revision: 6360
Parent Commit: a094eb4
Lines Changed: +238, -31
14 Modified Paths:
/source/blender/blenkernel/BKE_colortools.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/colortools.c (+60, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+4, -0) (Diff)
/source/blender/include/BIF_editsima.h (+2, -0) (Diff)
/source/blender/include/BIF_space.h (+1, -0) (Diff)
/source/blender/include/blendef.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_color_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/src/butspace.c (+23, -20) (Diff)
/source/blender/src/drawimage.c (+58, -2) (Diff)
/source/blender/src/editsima.c (+48, -0) (Diff)
/source/blender/src/header_image.c (+6, -2) (Diff)
/source/blender/src/space.c (+21, -4) (Diff)
/source/blender/blenkernel/intern/colortools.c (+60, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+4, -0) (Diff)
/source/blender/include/BIF_editsima.h (+2, -0) (Diff)
/source/blender/include/BIF_space.h (+1, -0) (Diff)
/source/blender/include/blendef.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_color_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/src/butspace.c (+23, -20) (Diff)
/source/blender/src/drawimage.c (+58, -2) (Diff)
/source/blender/src/editsima.c (+48, -0) (Diff)
/source/blender/src/header_image.c (+6, -2) (Diff)
/source/blender/src/space.c (+21, -4) (Diff)