Blender Git Loki
Git Commits -> Revision c0fb90f
Revision c0fb90f by Dalai Felinto (master) September 19, 2018, 01:42 (GMT) |
Multi-Objects: Initial select similar support Note: I had to add an epsilon on top of the threshould for SIMVERT_NORMAL. Otherwise I was getting differences such as 0.000000something when comparing supposed-to-be-identical normals. The way I see it, the Threshold option is a user feature, where users can control more or less what they want selected. While the epsilon is a non-negotiable requirement for our float comparison here. This includes support for: * SIMVERT_NORMAL * SIMVERT_FACE * SIMVERT_EDGE Not included and currently not supported/disabled: * SIMVERT_VGROUP * SIMEDGE_* * SIMFACE_* While we are working on this, we prevent users from using the non-ported modes. Note: the bmo_similar.c file is still around, to be removed in the near future. Everyone: Please fell free to jump in and help tackling the missing modes. For details on the implementation discussion: https://developer.blender.org/D3674 |
Commit Details:
Full Hash: c0fb90ff9a9b8c521d456fc40cbcbb4694330c22
Parent Commit: a1acff5
Lines Changed: +209, -60
1 Modified Path:
/source/blender/editors/mesh/editmesh_select_similar.c (+209, -60) (Diff)