Blender Git Commit Log
Git Commits -> Revision 6777176
Revision 6777176 by Joseph Eagar (sculpt-dev) October 16, 2021, 22:06 (GMT) |
Sculpt: brush input mapping improvements * Input mappings now take a premultiply factor to scale the input data prior to evaluation; * Mapping data can also now be fed through a (wave) function prior to evaluation. * The UI now has seperate inputs and outputs sections for input mapping to avoid confusion. * Added a distance mapping and implemented the speed mapping. * Also fixed original data bug in color filter. |
Commit Details:
Full Hash: 677717669198f1dc965c7b3a53c43b13b5c6fa9f
Parent Commit: 1e19472
Lines Changed: +251, -16
13 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+7, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+20, -2) (Diff)
/source/blender/blenkernel/BKE_brush_engine.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/brush_channel_define.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+48, -2) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+13, -3) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+59, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+52, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_color.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_sculpt_brush_types.h (+15, -2) (Diff)
/source/blender/makesrna/intern/rna_brush_engine.c (+22, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+20, -2) (Diff)
/source/blender/blenkernel/BKE_brush_engine.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/brush_channel_define.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+48, -2) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+13, -3) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+59, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+52, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_color.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_sculpt_brush_types.h (+15, -2) (Diff)
/source/blender/makesrna/intern/rna_brush_engine.c (+22, -0) (Diff)