Blender Git Loki
Git Commits -> Revision 6be21d4
Revision 6be21d4 by Jason Wilkins (soc-2010-jwilkins) June 3, 2010, 23:52 (GMT) |
* symmetric sculpting now feathers the strength of brushes near symmetry planes (unfinished) * fixed crash bug in the inflate brush * redid brush bitflags to use a macro, tired of typing in large integers * added checkbox to enable/disable adaptive strength reduction based on spacing * fixed confusion between use of SculptCache::symmetry and SculptCache::symmetry_pass * changed do_brush_* functions to use math library functions instead of doing the math inline |
Commit Details:
Full Hash: 6be21d4451618fea2eacf23c0cd3dc7aee95afb2
SVN Revision: 29202
Parent Commit: fa3fb67
Lines Changed: +163, -73
7 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+8, -0) (Diff)
/source/blender/blenlib/BLI_pbvh.h (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+113, -49) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+22, -20) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+4, -0) (Diff)
/source/blender/blenlib/BLI_pbvh.h (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+113, -49) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+22, -20) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+4, -0) (Diff)