Blender Git Commit Log
Git Commits -> Revision 0b9a72a
Revision 0b9a72a by JIANG Kairong (soc-2016-sculpt_tools) June 26, 2016, 03:53 (GMT) |
first working version of silhouette brush tool |
Commit Details:
Full Hash: 0b9a72a0dcc8bec6a3cbe3d5b9ea1e98554545b2
Parent Commit: 1ea0402
Lines Changed: +206, -39
10 Modified Paths:
/source/blender/blenkernel/intern/brush.c (+4, -3) (Diff)
/source/blender/blenkernel/intern/scene.c (+5, -0) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+10, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+23, -11) (Diff)
/source/blender/editors/sculpt_paint/paint_curve.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+8, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+149, -18) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/scene.c (+5, -0) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+10, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+23, -11) (Diff)
/source/blender/editors/sculpt_paint/paint_curve.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+8, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+149, -18) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+2, -1) (Diff)