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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user