Changeset 3709 for trunk


Ignore:
Timestamp:
Jun 23, 2013 2:45:06 AM (11 years ago)
Author:
ldelgass
Message:

Can't colormap a polydata (yet?)

File:
1 edited

Legend:

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

    r3708 r3709  
    15411541        set _dataset2style($tag) $name
    15421542        switch -- [$dataobj type $comp] {
    1543             "polygon" {
    1544                 SendCmd "pseudocolor colormap $name $tag"
     1543            "polydata" {
     1544                # FIXME: Can't colormap a polydata from a scalar field
     1545                # currently.  If we want to support this, need to use
     1546                # a pseudocolor instead of a polydata, or add colormap
     1547                # support to polydata
     1548                #SendCmd "polydata colormap $name $tag"
    15451549            }
    15461550            "glyphs" {
Note: See TracChangeset for help on using the changeset viewer.