Functions | |
def | check_output_dir |
Variables | |
tuple | args = parser.parse_args() |
tuple | basename = os.path.basename(args.blenderfile) |
clean = False | |
tuple | cmd |
tuple | file_list = sorted(os.listdir(output_dir)) |
string | help = 'name of the blender script to Launch' |
output_dir = args.inputmeshdir | |
tuple | parser = argparse.ArgumentParser(usage='Export meshes and convert them') |
tuple | script_path |
type = float) |
def run_blender_script.check_output_dir | ( | out | ) |
Definition at line 56 of file run_blender_script.py.
tuple run_blender_script::args = parser.parse_args() |
Definition at line 51 of file run_blender_script.py.
list run_blender_script::basename = os.path.basename(args.blenderfile) |
Definition at line 108 of file run_blender_script.py.
run_blender_script::clean = False |
Definition at line 53 of file run_blender_script.py.
tuple run_blender_script::cmd |
00001 (script_path + ' -i ' + args.inputmeshdir + ' -s ' + 00002 str(args.scale) + ' -o ' + output_dir)
Definition at line 95 of file run_blender_script.py.
tuple run_blender_script::file_list = sorted(os.listdir(output_dir)) |
Definition at line 130 of file run_blender_script.py.
string run_blender_script::help = 'name of the blender script to Launch' |
Definition at line 31 of file run_blender_script.py.
tuple run_blender_script::output_dir = args.inputmeshdir |
Definition at line 77 of file run_blender_script.py.
tuple run_blender_script::parser = argparse.ArgumentParser(usage='Export meshes and convert them') |
Definition at line 29 of file run_blender_script.py.
00001 subprocess.check_output('rospack find naoqi_tools', 00002 stderr=subprocess.STDOUT, 00003 shell=True)
Definition at line 63 of file run_blender_script.py.
run_blender_script::type = float) |
Definition at line 40 of file run_blender_script.py.