Blender Git Loki
Git Commits -> Revision e4f0cb5
Revision e4f0cb5 by Bastien Montagne (temp_custom_loop_normals) November 3, 2014, 14:15 (GMT) |
Split clnor modifier in two (one for generate, one for copyfrom), and add 'tracto' generate mode. Note 'CopySplitNormalModifier' is doomed to be merged/replace by a generic 'TransferData' one once mesh transfer data work is finished. |
Commit Details:
Full Hash: e4f0cb5b55d60996258fb78507a0f9374a9f9d7b
Parent Commit: 4c99675
Lines Changed: +716, -322
1 Added Path:
/source/blender/modifiers/intern/MOD_copysplitnormal.c (+539, -0) (View)
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+24, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+28, -5) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+65, -7) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_setsplitnormal.c (+56, -309) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+28, -5) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+65, -7) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_setsplitnormal.c (+56, -309) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)