Blender Git Commit Log
Git Commits -> Revision 696c9cc
Revision 696c9cc by Jason Wilkins (soc-2010-jwilkins) July 29, 2010, 04:33 (GMT) |
=== Improvements to Brush Cursor === == Symmetry Dots == When the on-surface brush is enabled a dot now appears where each symmetrical dab will act * Note: the normal brush does not have dots yet because they are not as nice to implement without a depth buffer == Improvement of Fixed Texture Overlay == * The fixed overlay is improved so that it shows exactly which parts of the texture will be projected * The fixed overlay disappears when sculpting so that it doesn't obscure the object * Note: the tiled mode overlay does not disappear atm due to problems with its interaction with partial overdraw * Note: wrap mode does not have an overlay at the moment due to the complication of implementing it * Fix: turning tiled overlay off and on or adjusting the alpha didn't immediately take effect * Fix: fixed texture overlay + rake had artifacts caused by bad clamping |
Commit Details:
Full Hash: 696c9cc995b58ff4f24cb050b560af34ecfa0259
SVN Revision: 30863
Parent Commit: 9db1fb9
Lines Changed: +386, -251
6 Modified Paths:
/source/blender/editors/include/ED_sculpt.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+369, -162) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+11, -5) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -83) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+369, -162) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+11, -5) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -83) (Diff)