Ignore:
Timestamp:
Apr 21, 2015 11:29:57 PM (9 years ago)
Author:
ldelgass
Message:

Apply isosurface shading setting (currently unused) only to current component

File:
1 edited

Legend:

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

    r5287 r5289  
    12781278        }
    12791279        "-isosurfaceshading" {
    1280             SendCmd "volume shading isosurface $_settings($what)"
     1280            set val $_settings($what)
     1281            foreach tag [GetDatasetsWithComponent $_current] {
     1282                SendCmd "volume shading isosurface $val $tag"
     1283            }
    12811284        }
    12821285        "-legendvisible" {
Note: See TracChangeset for help on using the changeset viewer.