Changeset 3105 for trunk


Ignore:
Timestamp:
Jul 20, 2012, 10:05:35 AM (12 years ago)
Author:
ldelgass
Message:

There aren't any cutplanes used in vtkviewer, so remove line to set colormap
of cutplane (probably carried over from nanovisviewer?).

File:
1 edited

Legend:

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

    r3095 r3105  
    13581358    if { ![info exists _dataset2style($tag)] ||
    13591359         $_dataset2style($tag) != $name } {
    1360         SendCmd "cutplane colormap $name $tag"
    13611360        set _dataset2style($tag) $name
    13621361        switch -- [$dataobj type $comp] {
Note: See TracChangeset for help on using the changeset viewer.