Blender Git Commit Log
Git Commits -> Revision 5c8a38a
Revision 5c8a38a by Rohan Rathi (soc-2017-normal-tools) June 23, 2017, 06:05 (GMT) |
Added ability to edit individual normal. Works by using multiple selection modes, so if yo works by using multiple selection modes, so if you select vert then face. Th Works by using multiple selection modes. So, if you select vert then face, only clnor linked with both vert and face will be edited. Has some issues though, as vert + edge selection can be associated to either of 2 clnors. Need to fix. |
Commit Details:
Full Hash: 5c8a38a8588e6acf34ad175b580a2d007db6c95d
Parent Commit: a2ad1b4
Lines Changed: +167, -99
6 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+14, -0) (Diff)
/source/blender/bmesh/bmesh_class.h (+2, -1) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.c (+93, -0) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+46, -72) (Diff)
/source/blender/editors/transform/transform.c (+11, -26) (Diff)
/source/blender/bmesh/bmesh_class.h (+2, -1) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.c (+93, -0) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+46, -72) (Diff)
/source/blender/editors/transform/transform.c (+11, -26) (Diff)