Variables | |
| list | command = ["ivvrml", "-2", filename, "-o", filename[:-3] + ".wrl"] |
| string | dir = "Z:\\devel\\asr_object_database\\segmentable_objects" |
| filename = os.path.join(root, filename) | |
| list iv_to_wrl.command = ["ivvrml", "-2", filename, "-o", filename[:-3] + ".wrl"] |
Definition at line 9 of file iv_to_wrl.py.
| string iv_to_wrl.dir = "Z:\\devel\\asr_object_database\\segmentable_objects" |
Definition at line 4 of file iv_to_wrl.py.
| iv_to_wrl.filename = os.path.join(root, filename) |
Definition at line 8 of file iv_to_wrl.py.