Blender Git Loki
Git Commits -> Revision 3858f95
Revision 3858f95 by Rohan Rathi (soc-2017-normal-tools) July 22, 2017, 12:07 (GMT) |
Added weighted normal modifier. Has a weight int which specifies the weights with which face area/corner angle will be exponentially divided. Threshold provides the limit in values which will be weighted equally. |
Commit Details:
Full Hash: 3858f956db41f7c61b04041937e7ff7b0dd468db
Parent Commit: 604bd87
Lines Changed: +371, -4
1 Added Path:
/source/blender/modifiers/intern/MOD_weighted_normal.c (+299, -0) (View)
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+8, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+4, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+0, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+16, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+40, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+4, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+0, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+16, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+40, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)