Changeset 6467 for branches/1.7


Ignore:
Timestamp:
Aug 4, 2016 8:57:07 AM (8 years ago)
Author:
ldelgass
Message:

merge r6412 from trunk (sequence of meshes)

Location:
branches/1.7
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7

    • Property svn:mergeinfo changed
      /trunkmerged: 6412
  • branches/1.7/gui/scripts/sequence.tcl

    r5679 r6467  
    8888                image {
    8989                    set obj [Rappture::Image ::\#auto $xmlobj $path.$name.$cname]
     90                }
     91                mesh {
     92                    set obj [Rappture::Mesh ::\#auto $xmlobj $path.$name.$cname]
    9093                }
    9194                structure {
  • branches/1.7/gui/scripts/sequencedial.tcl

    r5679 r6467  
    5656    itk_option define -interactcommand interactCommand InteractCommand ""
    5757
    58 
    5958    constructor {args} { # defined below }
    6059    destructor { # defined below }
  • branches/1.7/gui/scripts/sequenceresult.tcl

    r6127 r6467  
    494494                pack $w -expand yes -fill both
    495495            }
     496            ::Rappture::Mesh {
     497                Rappture::VtkMeshViewer $w
     498                pack $w -expand yes -fill both
     499            }
    496500            ::Rappture::LibraryObj {
    497501                switch -- [$dataobj element -as type] {
Note: See TracChangeset for help on using the changeset viewer.