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