Blender Git Loki
Git Commits -> Revision 35b1cc8
Revision 35b1cc8 by Henrik Dick (master) April 14, 2020, 10:18 (GMT) |
Improve Solidify/Bevel Modifier cooperation Adds a slider to solidify which allows the user to add bevel weight on the outside or remove bevel weight from the inside. Also includes a very small improvment for working with subsurface modifier where the rim edge in complex solidify will now also have a chance to get a crease if there is only two adjacent edges. Differential Revision: https://developer.blender.org/D7334 Reviewing and minor cleanups: Bastien Montagne (@mont29). |
Commit Details:
Full Hash: 35b1cc806f76d427139cc0eef1cdd9ef96b671ad
Parent Commit: b07e8a2
Committed By: Bastien Montagne
Lines Changed: +236, -96
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+5, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -1) (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_extrude.c (+167, -83) (Diff)
/source/blender/modifiers/intern/MOD_solidify_nonmanifold.c (+55, -12) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -1) (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_extrude.c (+167, -83) (Diff)
/source/blender/modifiers/intern/MOD_solidify_nonmanifold.c (+55, -12) (Diff)