Go to the source code of this file.
Namespaces | |
namespace | export_meshes |
Variables | |
tuple | export_meshes.args = parser.parse_args() |
string | export_meshes.cmd = 'rospack find ' |
tuple | export_meshes.extractor_path |
tuple | export_meshes.file_list = sorted(os.listdir(path_meshes)) |
string | export_meshes.help = 'location of your blender directory' |
export_meshes.package = robot+suffix | |
tuple | export_meshes.parser = argparse.ArgumentParser(usage='Export meshes and convert them') |
tuple | export_meshes.path_meshes |
string | export_meshes.robot = 'nao' |
float | export_meshes.scale = 0.01 |
tuple | export_meshes.script_path |
string | export_meshes.suffix = '_meshes' |
string | export_meshes.version = 'V40' |