Blender Git Loki
Git Commits -> Revision 9251b07
Revision 9251b07 by Pablo Dobarro (master) November 27, 2019, 16:16 (GMT) |
Sculpt/Paint: Remove Unified SIZE_PRESSURE and ALPHA_PRESSURE The relation between the pressure/size and the pressure/alpha is a fundamental property that defines the behavior of a brush, so it does not make sense to have it unified across all brushes. This applies both for sculpting and painting. Some of the new 2.82 brushes need pressure/size or pressure/alpha to be enabled to work propely, while others don't. Users should not be switching on and off this property manually when changing brushes if they want to use unified size. This is also causing that some users are using the brushes with an incorrect configuration. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6291 |
Commit Details:
Full Hash: 9251b077203c763f1be83505ed0a4d1e19dab947
Parent Commit: 0e4014e
Lines Changed: +43, -59
11 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+8, -8) (Diff)
/source/blender/blenkernel/BKE_brush.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/brush.c (+4, -10) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+5, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+6, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+3, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -4) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -6) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -11) (Diff)
/source/blender/blenkernel/BKE_brush.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/brush.c (+4, -10) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+8, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+5, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+6, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+3, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -4) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -6) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -11) (Diff)