Blender Git Commit Log

Git Commits -> Revision 5cf7283

Revision 5cf7283 by Henrik Dick (master)
April 13, 2020, 15:15 (GMT)
Fix T75032: New complex solidify algorithm handles poorly merging threshold of small geometry details.

* Implemented the algortihm that would merge vertices to the weighted
center between them.
* Exposed the merge threshold to the user.

The new default tolerance is 0.0001 (versionning code ensures that
previous default value remains in use to avoid any change in existing
files).

Review and minor changes/cleanups from Bastien Montagne (@mont29).

Commit Details:

Full Hash: 5cf72833429f4c63d27ea0a72878af1fec6dcf4e
Parent Commit: c19f377
Committed By: Bastien Montagne
Lines Changed: +73, -31

6 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+13, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_solidify.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_solidify_nonmanifold.c (+47, -30) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021