Blender Git Commit Log

Git Commits -> Revision 318bc8e

Revision 318bc8e by Joseph Eagar (sculpt-dev)
October 11, 2021, 11:25 (GMT)
Sculpt: fix symmetry bug and mesh filter
smooth improvements

* Fixed symmetry bug
* Exposed a few hard edge options to the mesh filter tool
* Updated default brushes inside of startup.blend.

Commit Details:

Full Hash: 318bc8ea42807b27906f59049ee7be2f3e9c5867
Parent Commit: 6c16801
Lines Changed: +249, -58

13 Modified Paths:

/release/datafiles/startup.blend (+0, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+9, -0) (Diff)
/source/blender/blenkernel/BKE_brush.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+9, -3) (Diff)
/source/blender/blenkernel/intern/customdata.c (+7, -3) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+30, -9) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+52, -7) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+10, -8) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+62, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+12, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+45, -16) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+8, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021