Blender Git Loki
Git Commits -> Revision 21595fc
Revision 21595fc by Bastien Montagne (temp_custom_loop_normals) August 22, 2014, 10:27 (GMT) |
SetSplitNormals modifier: add a new 'from split normals' mode. This adds the ability to set our split normals from target's split normals. We first find closest vert, then select 'best' lnor by matching polys' normals. Note that if target has stray vertices, modified lnors closest to those non-loop target vertices will just get auto-normals. Not sure we want to add further loops to find closest 'loop-compatible' vert? Also, fixed a nasty dummy crash when swithing target to Edit mode! |
Commit Details:
Full Hash: 21595fc2f571c1840ab6f037f1daa535efb4fb91
Parent Commit: 9a5e178
Lines Changed: +254, -15
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/mesh_evaluate.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+11, -2) (Diff)
/source/blender/modifiers/intern/MOD_setsplitnormal.c (+235, -11) (Diff)
/source/blender/blenkernel/intern/mesh_evaluate.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+11, -2) (Diff)
/source/blender/modifiers/intern/MOD_setsplitnormal.c (+235, -11) (Diff)