bmesh py api: finished todo - editable select_history

eg:
  bm.select_history = vert, face, edge

  bm.select_history.add(edge)
This commit is contained in:
Campbell Barton
2012-03-14 04:46:12 +00:00
parent 99f72dfbfc
commit f15c15e992
9 changed files with 134 additions and 27 deletions

View File

@@ -33,7 +33,6 @@ For an overview of BMesh data types and how they reference each other see:
.. todo::
* add access to BMesh **walkers**
* add access selection history (readonly access done)
* add a way to re-tessellate an editmode bmesh.