Blender Git Commit Log

Git Commits -> Revision cc9bee9

Revision cc9bee9 by Henrik Dick (master)
April 14, 2020, 10:36 (GMT)
Add Complex Solidify option for thickness per face

Add an option to solidify complex which will make faces which have thickness
controlled by vertex weights flat/even, and parallel to their original face.

For each face it uses the minimal weight assigned to its vertices to control
the thickness.

This will help users for example in architecture or basic CAD design by finally
making solidify work there at all if altering thickness is needed.

Differential Revision: https://developer.blender.org/D7340

Reviewed and minor cleanups by Batien Montagne (@mont29).

Commit Details:

Full Hash: cc9bee9162b022a42b720a127c65b433fcbd8c60
Parent Commit: 35b1cc8
Committed By: Bastien Montagne
Lines Changed: +60, -2

4 Modified Paths:

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