Blender Git Loki
Git Commits -> Revision 0c1934f
Revision 0c1934f by Habib Gahbiche (master) November 9, 2018, 19:19 (GMT) |
Multi-Objects: MESH_OT_select_similar worldspace completion This makes the operator to work 100% with worldspace similarity: * SIMFACE_PERIMETER * SIMFACE_AREA * SIMEDGE_FACE_ANGLE Note from revisor (Dalai Felinto): I'm not sure we want to pass Object * to the bmesh api, though I personally don't see why not. Either way I group the patches together so we can more easily roll them back if needs be. Maniphest Tasks: T56948 Differential Revision: D3908, D3899, D3896 |
Commit Details:
Full Hash: 0c1934f3c2d3dff3bce65e2e8169866bafea04e0
Parent Commit: dc346c0
Committed By: Dalai Felinto
Lines Changed: +101, -6
5 Modified Paths:
/source/blender/bmesh/intern/bmesh_polygon.c (+48, -0) (Diff)
/source/blender/bmesh/intern/bmesh_polygon.h (+3, -0) (Diff)
/source/blender/bmesh/intern/bmesh_query.c (+40, -0) (Diff)
/source/blender/bmesh/intern/bmesh_query.h (+4, -0) (Diff)
/source/blender/editors/mesh/editmesh_select_similar.c (+6, -6) (Diff)
/source/blender/bmesh/intern/bmesh_polygon.h (+3, -0) (Diff)
/source/blender/bmesh/intern/bmesh_query.c (+40, -0) (Diff)
/source/blender/bmesh/intern/bmesh_query.h (+4, -0) (Diff)
/source/blender/editors/mesh/editmesh_select_similar.c (+6, -6) (Diff)