Blender Git Commit Log

Git Commits -> Revision ccb3ca4

Revision ccb3ca4 by Joseph Eagar (sculpt-dev)
September 23, 2021, 23:11 (GMT)
Sculpt: Add a curve brush channel type

* Added a new curve brush channel type
* Added a BKE_brush_curve_strength_ex method
that just takes preset and curve as arguments,
instead of pulling them from Brush.
* Autosmooth and topology rake now have their
own falloff curves.

Commit Details:

Full Hash: ccb3ca41cde01a975a8177745cef79299648d9ef
Parent Commit: 99c0ee0
Lines Changed: +389, -59

12 Modified Paths:

/release/scripts/startup/bl_ui/properties_paint_common.py (+49, -7) (Diff)
/source/blender/blenkernel/BKE_brush.h (+5, -0) (Diff)
/source/blender/blenkernel/BKE_brush_engine.h (+10, -2) (Diff)
/source/blender/blenkernel/intern/brush.c (+12, -4) (Diff)
/source/blender/blenkernel/intern/brush_channel_define.h (+12, -1) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+181, -28) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+24, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+13, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+6, -2) (Diff)
/source/blender/makesdna/DNA_sculpt_brush_types.h (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+14, -14) (Diff)
/source/blender/makesrna/intern/rna_brush_engine.c (+54, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021