<br><br><div class="gmail_quote">On Sun, Feb 19, 2012 at 7:47 PM, Campbell Barton <span dir="ltr"><<a href="mailto:ideasman42@gmail.com">ideasman42@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Since you bring it up -<br>
BMElem.select_set(True)<br>
BMElem.select = True<br>
<br>
This seems odd having both. the difference is the function flushes selections.<br>
- so selecting a face will also select its vert's, de-selecting one of<br>
those verts will de-select any faces its used in  for eg,<br>
in some cases you might want to set every elements selection<br>
explicitly and not have BMesh be smart about flushing them for you.<br></blockquote><br></div>In that case I would vote to rename the function to make the distinction explicit.<br>