Blender Git Loki
Git Commits -> Revision 69d5ff5
Revision 69d5ff5 by Jason Wilkins (soc-2010-jwilkins) June 5, 2010, 15:49 (GMT) |
* Changed GHOST to request at least 1 stencil bit, and give zero weight to any pixel formats that don't. Only did this for Win32 * TODO: Make sure that Mac OSX and Unix also get stencil buffers. I have no experience in those window systems. * The above change was so that stencil could be used to draw the brush directly on the surface of the model * TODO: Show Brush On Surface can only work if there is an up to date zbuffer, but the zbuffer is discarded after the first frame it is used so the brush does not show after you move the mouse. |
Commit Details:
Full Hash: 69d5ff57e57d7da027d4f8c2e09e66f9cb840e29
SVN Revision: 29242
Parent Commit: e42409b
Lines Changed: +117, -16
5 Modified Paths:
/intern/ghost/intern/GHOST_WindowWin32.cpp (+3, -2) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+107, -13) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+4, -0) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+107, -13) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+4, -0) (Diff)