Functions | |
| def | check_output_dir (out) |
Variables | |
| args = parser.parse_args() | |
| basename = os.path.basename(args.blenderfile) | |
| bool | clean = False |
| tuple | cmd |
| default | |
| file_list = sorted(os.listdir(output_dir)) | |
| help | |
| output_dir = args.inputmeshdir | |
| parser = argparse.ArgumentParser(usage='Export meshes and convert them') | |
| script_path | |
| type | |
| def run_blender_script.check_output_dir | ( | out | ) |
Definition at line 56 of file run_blender_script.py.
| run_blender_script.args = parser.parse_args() |
Definition at line 51 of file run_blender_script.py.
| run_blender_script.basename = os.path.basename(args.blenderfile) |
Definition at line 108 of file run_blender_script.py.
| bool run_blender_script.clean = False |
Definition at line 53 of file run_blender_script.py.
| tuple run_blender_script.cmd |
Definition at line 95 of file run_blender_script.py.
| run_blender_script.default |
Definition at line 30 of file run_blender_script.py.
| run_blender_script.file_list = sorted(os.listdir(output_dir)) |
Definition at line 130 of file run_blender_script.py.
| run_blender_script.help |
Definition at line 31 of file run_blender_script.py.
| run_blender_script.output_dir = args.inputmeshdir |
Definition at line 77 of file run_blender_script.py.
| run_blender_script.parser = argparse.ArgumentParser(usage='Export meshes and convert them') |
Definition at line 29 of file run_blender_script.py.
| run_blender_script.script_path |
Definition at line 63 of file run_blender_script.py.
| run_blender_script.type |
Definition at line 40 of file run_blender_script.py.