Blender Git Loki
Git Commits -> Revision e4b36fb
August 28, 2021, 03:02 (GMT) |
Sculpt dyntopo: split face set boundaries on mirror boundary Added an option to split face set boundaries on mirror boundaries; currently only DynTopo supports this. Very useful for making hard edges along mirror lines. |
Commit Details:
Full Hash: e4b36fb6bc4cc19ecd699ec9f1066a067e5ed032
Parent Commit: 966e4ba
Lines Changed: +95, -16
13 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+3, -1) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+6, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+11, -0) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+20, -0) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+27, -7) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+5, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+11, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_mesh_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+6, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+3, -1) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+6, -1) (Diff)
/source/blender/blenkernel/intern/paint.c (+11, -0) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+20, -0) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+27, -7) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+5, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+11, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_mesh_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+6, -0) (Diff)