Blender Git Loki
Git Commits -> Revision f8611ba
Revision f8611ba by Campbell Barton (master) March 20, 2013, 16:03 (GMT) |
- add knife project to toolbar. - when running knife project, disable vertex selection since it may select areas between the newly cut regions. add EDBM_selectmode_disable() function since loopcut does this too. - (optimization) avoid looping over all geometry when flushing and no selection exists. |
Commit Details:
Full Hash: f8611bac8f805974d71501b323ec4a8adf9405d0
SVN Revision: 55445
Parent Commit: 447de0a
Lines Changed: +90, -30
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -0) (Diff)
/source/blender/editors/include/ED_mesh.h (+3, -0) (Diff)
/source/blender/editors/mesh/editmesh_knife_project.c (+7, -1) (Diff)
/source/blender/editors/mesh/editmesh_loopcut.c (+3, -9) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+76, -20) (Diff)
/source/blender/editors/include/ED_mesh.h (+3, -0) (Diff)
/source/blender/editors/mesh/editmesh_knife_project.c (+7, -1) (Diff)
/source/blender/editors/mesh/editmesh_loopcut.c (+3, -9) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+76, -20) (Diff)