Blender Git Loki
Git Commits -> Revision 9c3be33
Revision 9c3be33 by raja kedia (soc-2017-sculpting_brush) June 18, 2017, 07:59 (GMT) |
Topograb Brush Initialization |
Commit Details:
Full Hash: 9c3be3335d52263db3284cff63cb1fbb1cd88d9a
Parent Commit: f691de8
Lines Changed: +109, -13
13 Modified Paths:
/.gitignore (+1, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+6, -0) (Diff)
/source/blender/editors/datafiles/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/include/ED_datafiles.h (+3, -0) (Diff)
/source/blender/editors/include/UI_icons.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+81, -6) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+5, -4) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+6, -0) (Diff)
/source/blender/editors/datafiles/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/include/ED_datafiles.h (+3, -0) (Diff)
/source/blender/editors/include/UI_icons.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+81, -6) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+5, -4) (Diff)