Blender Git Commit Log

Git Commits -> Revision 87feba0

September 19, 2021, 08:11 (GMT)
Sculpt: more brush engine stuff; do not test.

Pushing this commit early due to computer
weirdness

Commit Details:

Full Hash: 87feba04ddcef58e119eba903fcc7e36cb8e09cf
Parent Commit: 1ca57bc
Lines Changed: +2190, -340

1 Added Path:

/source/blender/blenkernel/intern/brush_engine_presets.c (+423, -0) (View)

26 Modified Paths:

/release/scripts/startup/bl_ui/properties_paint_common.py (+51, -5) (Diff)
/source/blender/blenkernel/BKE_brush.h (+7, -2) (Diff)
/source/blender/blenkernel/BKE_brush_engine.h (+66, -11) (Diff)
/source/blender/blenkernel/BKE_paint.h (+2, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+42, -6) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+725, -242) (Diff)
/source/blender/blenkernel/intern/colortools.c (+93, -1) (Diff)
/source/blender/blenkernel/intern/scene.c (+6, -1) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+29, -11) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+5, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+17, -9) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+9, -7) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+6, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+6, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+541, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+7, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+0, -10) (Diff)
/source/blender/editors/sculpt_paint/sculpt_uv.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_color_types.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_sculpt_brush_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_brush_engine.c (+124, -2) (Diff)
/source/blender/python/intern/bpy_rna.c (+8, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021