Page MenuHome

Fix T75977: Lower the merge limit in the bisect/mirror operation in symmetrize
ClosedPublic

Authored by Pablo Dobarro (pablodp606) on Apr 22 2020, 7:44 PM.

Details

Summary

This operation is using the code of the mirror modifier, so no default
is guaranteed to work in all cases. This value matches the defaults of
the mirror modifier.

Diff Detail

Repository
rB Blender

Event Timeline

Pablo Dobarro (pablodp606) requested review of this revision.Apr 22 2020, 7:44 PM
Pablo Dobarro (pablodp606) created this revision.

I think this should be an operator property, like Threshold on the mesh edit mode symmetrize operator.

Jeroen Bakker (jbakker) requested changes to this revision.Apr 30 2020, 8:50 AM

Yes, add this as a property as you mention that no default is guaranteed.

This revision now requires changes to proceed.Apr 30 2020, 8:50 AM
  • Add operator property for merge tolerance
Jeroen Bakker (jbakker) requested changes to this revision.May 14 2020, 9:31 AM
Jeroen Bakker (jbakker) added inline comments.
source/blender/editors/sculpt_paint/sculpt.c
7491

"Distance within which symmetrical vertices are merged"

This revision now requires changes to proceed.May 14 2020, 9:31 AM
Pablo Dobarro (pablodp606) marked an inline comment as done.
  • Review update
This revision is now accepted and ready to land.May 19 2020, 3:14 PM