Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-09-19 01:21:10 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-09-19 04:42:07 +0300
commitc0fb90ff9a9b8c521d456fc40cbcbb4694330c22 (patch)
tree894162460c4c68b6b06993be92fe9aa81d501bef /source/blender/blenlib
parenta1acff5459f90354a5e7446932ba0a4d410597b7 (diff)
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
Diffstat (limited to 'source/blender/blenlib')
0 files changed, 0 insertions, 0 deletions