Blender Git Commit Log
Git Commits -> Revision a2ad1b4
Revision a2ad1b4 by Rohan Rathi (soc-2017-normal-tools) June 20, 2017, 17:33 (GMT) |
Added invalidate for transform ops. Can now keep clnors when transform ops are applied. As now invalidation for each function is harder to keep track of, Added a function which rebuilds all the lnor spaces in the mesh when BM_lnorspace_rebuild is called to detect if any unmarked spaces are rebuilt. |
Commit Details:
Full Hash: a2ad1b4e88e155fa0b7457312373c49eeb13754d
Parent Commit: 137bcc5
Lines Changed: +106, -12
6 Modified Paths:
/source/blender/bmesh/intern/bmesh_mesh.c (+51, -0) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.h (+1, -0) (Diff)
/source/blender/editors/include/ED_transform.h (+1, -0) (Diff)
/source/blender/editors/transform/transform.c (+34, -0) (Diff)
/source/blender/editors/transform/transform.h (+2, -0) (Diff)
/source/blender/editors/transform/transform_ops.c (+17, -12) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.h (+1, -0) (Diff)
/source/blender/editors/include/ED_transform.h (+1, -0) (Diff)
/source/blender/editors/transform/transform.c (+34, -0) (Diff)
/source/blender/editors/transform/transform.h (+2, -0) (Diff)
/source/blender/editors/transform/transform_ops.c (+17, -12) (Diff)