Blender Git Commit Log

Git Commits -> Revision 9f45edd

Revision 9f45edd by Joseph Eagar (sculpt-dev)
November 24, 2021, 03:46 (GMT)
Sculpt-dev: fix smooth_strength_factor bug

* Fixed bug where BRUSH_MAPPING_INHERIT was
being or'd to BrushMapping->flag instead
of assigned to ->inherit_mode.
* Fixed smooth_strength_factor
and smooth_strength_projection.
* Also added yet more asan poisoning to mempool
* Added a function to build final inherited brush
channel, BKE_brush_channel_copy_final_data. Takes
BrushMapping->inherit_mode into account.

Commit Details:

Full Hash: 9f45edd430f1daf8a9c7b966ccb692b8d0e51227
Parent Commit: 7f93345
Lines Changed: +520, -239

17 Modified Paths:

/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_brush_engine.h (+16, -4) (Diff)
/source/blender/blenkernel/intern/attribute.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+51, -6) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+11, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+15, -9) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+2, -0) (Diff)
/source/blender/blenlib/intern/BLI_mempool.c (+289, -152) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+58, -0) (Diff)
/source/blender/bmesh/intern/bmesh_core.c (+9, -3) (Diff)
/source/blender/bmesh/intern/bmesh_private.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+44, -52) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_color.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+6, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021