Changeset 5386 for trunk/gui/scripts


Ignore:
Timestamp:
May 1, 2015, 5:06:19 PM (9 years ago)
Author:
ldelgass
Message:

Remove redundant settings initialization

Location:
trunk/gui/scripts
Files:
3 edited

Legend:

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

    r5347 r5386  
    11151115        # These are settings that rely on a dataset being loaded.
    11161116        InitSettings \
    1117             -isosurfacelighting \
    1118             -field \
    1119             -range \
    1120             -isosurfacevisible \
     1117            -field -range \
    11211118            -isosurfaceedges -isosurfacelighting -isosurfaceopacity \
    11221119            -isosurfacewireframe \
    1123             -cutplanesvisible \
    11241120            -xcutplaneposition -ycutplaneposition -zcutplaneposition \
    11251121            -xcutplanevisible -ycutplanevisible -zcutplanevisible \
  • trunk/gui/scripts/vtkstreamlinesviewer.tcl

    r5347 r5386  
    10581058    if { $_reset } {
    10591059        InitSettings -streamlinesseedsvisible -streamlinesopacity \
    1060             -streamlinesvisible -streamlinescolormap \
     1060            -streamlinesvisible \
    10611061            -streamlineslighting \
    10621062            -streamlinescolormap -field \
  • trunk/gui/scripts/vtkvolumeviewer.tcl

    r5383 r5386  
    11091109
    11101110    InitSettings -color \
     1111        -volumevisible \
    11111112        -volumeambient -volumediffuse -volumespecularlevel \
    11121113        -volumespecularexponent -volumeblendmode -volumethickness \
    1113         -volumelighting -volumeopacity -volumequality -volumeoutline -volumevisible \
     1114        -volumelighting -volumeopacity -volumequality -volumeoutline \
    11141115        -cutplanesvisible \
    11151116        -xcutplaneposition -ycutplaneposition -zcutplaneposition \
Note: See TracChangeset for help on using the changeset viewer.