Blender Git Loki
Git Commits -> Revision 00ec990
Revision 00ec990 by Falk David (master) April 22, 2021, 06:31 (GMT) |
Fix T85051: Add bisect distance as a parameter to the mirror modifier The `bisect_distance` in the mirror modifier was hard-coded to `0.001`. This would result in some unexpected behavior like vertices close to the mirror plane being deleted or merged. The fix now adds a parameter to the mirror modifier to expose the bisect distance to the user. The default is set to the previous hard-coded value to not "change" previous files. Ref D10201 |
Commit Details:
Full Hash: 00ec99050ea435cb255bb81437b381e5a42660af
Parent Commit: a43d644
Committed By: Campbell Barton
Lines Changed: +33, -2
7 Modified Paths:
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/mesh_mirror.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+13, -0) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_mirror.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/mesh_mirror.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+13, -0) (Diff)
/source/blender/makesdna/DNA_modifier_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_mirror.c (+7, -0) (Diff)