Blender Git Loki
Git Commits -> Revision 109fc76
Revision 109fc76 by Sebastian Witt (soc-2017-sculpting_improvements) May 30, 2017, 14:41 (GMT) |
Initial commit on: Adaptive spacing (based on diff by LetterRip see:T50939). First prototype to calculate spacing distance by measuring distance drawn on surface rather than drawn on screen. The code is just a prototype, it needs a clean up and further testing. |
Commit Details:
Full Hash: 109fc7682b7f2e6cb9a1f56bfbcab96fefdb4c46
Parent Commit: c4d122e
Lines Changed: +416, -45
12 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+7, -2) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+11, -2) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+271, -27) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+84, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+17, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+8, -0) (Diff)
/source/blender/blenkernel/BKE_brush.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+11, -2) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+271, -27) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+84, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+17, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+8, -0) (Diff)