Blender Git Commit Log
Git Commits -> Revision 448c61b
Revision 448c61b by Rohan Rathi (soc-2017-normal-tools) July 1, 2017, 06:35 (GMT) |
Added Split/Merge normals. Doesn't work on the basis of any weighting mode. Will have to implement that first. I'll add more methods as I progress in other areas. |
Commit Details:
Full Hash: 448c61b8610b7ae4d9056411762cc21afafe1667
Parent Commit: 41b118c
Lines Changed: +225, -5
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+6, -0) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.c (+11, -2) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+202, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+2, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+3, -0) (Diff)
/source/blender/editors/transform/transform.c (+0, -1) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.c (+11, -2) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+202, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+2, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+3, -0) (Diff)
/source/blender/editors/transform/transform.c (+0, -1) (Diff)