Ignore:
Timestamp:
Jun 2, 2006 9:40:16 PM (18 years ago)
Author:
mmc
Message:

Added the start of a legend component to the 3D field viewer.

Fixed problems with <sequence> objects when there's only 1 value
in the sequence. Also, added 3D fields as a recognized object
for sequences.

Fixed the 3D field viewer to fail more gracefully when it can't
make a connection to the viz server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/sequence.tcl

    r435 r456  
    118118            foreach val [lsort $how [array names _dataobjs]] {
    119119                lappend _indices [list $val $n]
     120                incr n
    120121            }
    121122        } else {
Note: See TracChangeset for help on using the changeset viewer.