Blender Git Loki
Git Commits -> Revision 734a4aa
Revision 734a4aa by Campbell Barton (master) June 24, 2011, 03:49 (GMT) |
fix [#27746] Black and White Render doesn't work and/or Saves as a Blank screen convert to grayscale when saving renders rather then only writing the red channel. |
Commit Details:
Full Hash: 734a4aa428da5c4a3e05eddbb643c0d26df3e69d
SVN Revision: 37783
Parent Commit: fc95ebb
Lines Changed: +58, -0
6 Modified Paths:
/source/blender/blenlib/BLI_math_color.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_color.c (+5, -0) (Diff)
/source/blender/editors/render/render_opengl.c (+22, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -0) (Diff)
/source/blender/imbuf/intern/divers.c (+20, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+9, -0) (Diff)
/source/blender/blenlib/intern/math_color.c (+5, -0) (Diff)
/source/blender/editors/render/render_opengl.c (+22, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -0) (Diff)
/source/blender/imbuf/intern/divers.c (+20, -0) (Diff)
/source/blender/render/intern/source/pipeline.c (+9, -0) (Diff)