Blender Git Loki
Git Commits -> Revision 33ed8b9
Revision 33ed8b9 by Bastien Montagne (temp_custom_loop_normals) August 24, 2014, 13:58 (GMT) |
SetSplitNormals: add 'from current clnors' options to 'set clnors from vertices' code too. Did not do it at first because this could give strange/unexpected results with non-full weights, but in the end it turns out to be a really needed and 'most expected' behavior, so add it in all case, and make it default behavior in modifier. |
Commit Details:
Full Hash: 33ed8b932596e1f8fdb92b3a588a5cff3a43ccb1
Parent Commit: 103822e
Lines Changed: +24, -15
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+1, -4) (Diff)
/source/blender/blenkernel/BKE_mesh.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/mesh_evaluate.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_mesh_api.c (+7, -3) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_setsplitnormal.c (+9, -3) (Diff)
/source/blender/blenkernel/BKE_mesh.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/mesh_evaluate.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_mesh_api.c (+7, -3) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_setsplitnormal.c (+9, -3) (Diff)