Blender Git Loki
Git Commits -> Revision 1eee258
Revision 1eee258 by Ton Roosendaal (master) January 11, 2006, 14:20 (GMT) |
Orange: ImageWindow goodies - options to show with alpha-over (checkered backdrop), only alpha (BW) and when available: the zbuffer. Note: it's icons in the header, I just re-used existing ones, no time now for fancy design. :) Also: recoded the way alpha-only draws, also in renderwindow. Mucho faster! Oh, and sampling the buffer with LMB now displays z values in float range of 0.0 to 1.0. Note that we still save signed int in files for Z... |
Commit Details:
Full Hash: 1eee258449cd446aa0d9a503e45e3602ee4bc17c
SVN Revision: 6391
Parent Commit: 305fdec
Lines Changed: +94, -23
7 Modified Paths:
/source/blender/include/blendef.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/src/drawimage.c (+49, -8) (Diff)
/source/blender/src/editsima.c (+3, -3) (Diff)
/source/blender/src/glutil.c (+4, -0) (Diff)
/source/blender/src/header_image.c (+28, -2) (Diff)
/source/blender/src/renderwin.c (+4, -10) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/src/drawimage.c (+49, -8) (Diff)
/source/blender/src/editsima.c (+3, -3) (Diff)
/source/blender/src/glutil.c (+4, -0) (Diff)
/source/blender/src/header_image.c (+28, -2) (Diff)
/source/blender/src/renderwin.c (+4, -10) (Diff)