Ignore:
Timestamp:
Mar 12, 2009 9:03:18 AM (15 years ago)
Author:
dkearney
Message:

fix up flow capture command to automatically create a file name and remove it after use.
updated nvscripts to not send filename for capture command.
added proper destructor to AVTranslate object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/flowvis-test

    r1295 r1312  
    205205proc activate_flow {} {
    206206    global widgets
    207     # global img_storage_dir
    208     # "flow capture 117 $img_storage_dir"
    209 
    210207    set info {flow vectorid 0
    211208              flow particle visible on
    212209              flow lic on
    213               flow capture 100 /tmp/flow.mpeg}
     210              flow capture 100}
    214211
    215212    $widgets(command) insert 0 $info
Note: See TracChangeset for help on using the changeset viewer.