Changeset 5291 for branches


Ignore:
Timestamp:
Apr 23, 2015 1:08:27 PM (9 years ago)
Author:
ldelgass
Message:

merge r5289 from trunk

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

    • Property svn:mergeinfo changed
      /trunkmerged: 5289
  • branches/1.4/gui/scripts/nanovisviewer.tcl

    r5288 r5291  
    12481248        }
    12491249        "-isosurfaceshading" {
    1250             SendCmd "volume shading isosurface $_settings($what)"
     1250            set val $_settings($what)
     1251            foreach tag [GetDatasetsWithComponent $_current] {
     1252                SendCmd "volume shading isosurface $val $tag"
     1253            }
    12511254        }
    12521255        "-legendvisible" {
Note: See TracChangeset for help on using the changeset viewer.