Changeset 3293 for branches


Ignore:
Timestamp:
Feb 12, 2013, 7:53:32 AM (12 years ago)
Author:
gah
Message:

isosurface cutplane colormap changes when isosurface cutplane changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Rappture 1.2/gui/scripts/vtkisosurfaceviewer.tcl

    r3289 r3293  
    992992            if { ![info exists _datasets($tag)] } {
    993993                set bytes [$dataobj vtkdata $comp]
     994                if 0 {
     995                    set f [open "/tmp/isosurface.vtk" "w"]
     996                    puts $f $bytes
     997                    close $f
     998                }
    994999                set length [string length $bytes]
    9951000                append _outbuf "dataset add $tag data follows $length\n"
     
    14511456                ResetColormap $color
    14521457                SendCmd "contour3d colormap $_currentColormap"
     1458                SendCmd "cutplane colormap $_currentColormap"
    14531459            }
    14541460            EventuallyRequestLegend
Note: See TracChangeset for help on using the changeset viewer.