Blender Git Commit Log

Git Commits -> Revision 9b11a77

Revision 9b11a77 by Henrik Dick (master)
December 9, 2020, 01:29 (GMT)
Modifier: Add "Connected" mode to the weld modifier

Implement improvement from T73139 for merging along edges.
It is now called "Connected" mode, while the default is called "All".

With the recent performance improvement, the Connected Mode is in some
cases only double the speed than the usual merge all strategy but in
other cases it may be even faster. The bottleneck is somewhere further
down the line of merging geometry.

The motivation for this patch came from T80897, because the merging in
complex solidify is making it very slow.
Now merging can be removed from solidify without greater consequences,
as this is just a quicker and more advanced algorithm to do the same
thing that solidify currently does slowly.

Reviewed by: mano-wii, campbellbarton

Ref D8966

Commit Details:

Full Hash: 9b11a7776f2ab8ac42e835a17ed7566fd80a4b8c
Parent Commit: e17967f
Committed By: Campbell Barton
Lines Changed: +102, -1

4 Modified Paths:

/source/blender/makesdna/DNA_modifier_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+11, -0) (Diff)
/source/blender/modifiers/intern/MOD_weld.c (+82, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021