Blender Git Commit Log
Git Commits -> Revision 105d385
Revision 105d385 by Campbell Barton (master) January 5, 2021, 11:48 (GMT) |
Fix T84364: Sculpt symmetrize fails with shape keys Use the BMesh symmetrize operator instead of using the modifier code. While we could support shape-keys with the existing code used by the mirror modifier, we'd need to add code-paths for evaluated mesh & bmesh conversion to handle shape-keys differently just for this one case, since we want to avoid copying & processing shape-keys layers for evaluated meshes in general. |
Commit Details:
Full Hash: 105d385e4b73f353350a3a1894eb0d9e933130c3
Parent Commit: 7241104
Lines Changed: +77, -70
5 Modified Paths:
/source/blender/blenkernel/BKE_mesh_mirror.h (+17, -14) (Diff)
/source/blender/blenkernel/intern/mesh_mirror.c (+48, -11) (Diff)
/source/blender/editors/object/object_remesh.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+5, -35) (Diff)
/source/blender/modifiers/intern/MOD_mirror.c (+5, -8) (Diff)
/source/blender/blenkernel/intern/mesh_mirror.c (+48, -11) (Diff)
/source/blender/editors/object/object_remesh.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+5, -35) (Diff)
/source/blender/modifiers/intern/MOD_mirror.c (+5, -8) (Diff)