Files
test/source/blender/python/bmesh
Campbell Barton d990026fd6 PyAPI: add option for BMesh.select_flush_mode() to flush down
Support optionally flushing down:
- faces -> edges & verts.
- edges -> verts.

For C++ selection logic flushing down is avoided as it's an extra step
and instead, selection logic must take care to de-select edges/faces
before selection, so any shared vertices or edges are selected.

Flushing down means scripts can set the selection on faces or edges,
then flush this to all other elements without being concerned with
the order they have been set.

Ref !147351
2025-10-04 22:45:42 +10:00
..
2025-10-02 12:55:42 -04:00