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

@@ -94,12 +94,13 @@ def handle_args():
usage=SCRIPT_HELP_MSG
)
# optional arguments
# optional arguments
parser.add_argument("-o", "--output",
dest="output_dir",
type=str,
default=SCRIPT_DIR,
help="Path of the API docs (default=<script dir>)",
# XXX, THIS ISNT WORKING, EXAMPLE SCRIPTS WILL NOT BE FOUND
help="Path of the API docs (default=<script dir>).",
required=False)
parser.add_argument("-B", "--sphinx-build",