Changeset 5250


Ignore:
Timestamp:
Apr 17, 2015, 3:06:33 PM (10 years ago)
Author:
ldelgass
Message:

merge r5187 from 1.4 branch

Location:
branches/1.3
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

  • branches/1.3/gui/scripts/vtkglyphviewer.tcl

    r5249 r5250  
    126126    private variable _view         ;    # view params for 3D view
    127127    private variable _settings
    128     private variable _style;            # Array of current component styles.
    129128    private variable _changed
    130     private variable _initialStyle;     # Array of initial component styles.
    131129    private variable _reset 1;          # Connection to server has been reset.
    132130
  • branches/1.3/gui/scripts/vtkheightmapviewer.tcl

    r5249 r5250  
    137137    private variable _settings
    138138    private variable _changed
    139     private variable _initialStyle "";  # First found style in dataobjects.
    140139    private variable _reset 1;          # Connection to server has been reset.
    141140
  • branches/1.3/gui/scripts/vtkimageviewer.tcl

    r5249 r5250  
    132132    private variable _settings
    133133    private variable _changed
    134     private variable _initialStyle "";  # First found style in dataobjects.
    135134    private variable _reset 1;          # Connection to server has been reset.
    136135
  • branches/1.3/gui/scripts/vtkisosurfaceviewer.tcl

    r5249 r5250  
    143143    private variable _view         ;    # view params for 3D view
    144144    private variable _settings
    145     private variable _style;            # Array of current component styles.
    146145    private variable _changed
    147     private variable _initialStyle;     # Array of initial component styles.
    148146    private variable _reset 1;          # Connection to server has been reset.
    149147
  • branches/1.3/gui/scripts/vtkmeshviewer.tcl

    r5249 r5250  
    109109    private variable _settings
    110110    private variable _widget
    111     private variable _style;            # Array of current component styles.
    112     private variable _initialStyle;     # Array of initial component styles.
    113111    private variable _reset 1;          # Connection to server has been reset.
    114112
  • branches/1.3/gui/scripts/vtksurfaceviewer.tcl

    r5249 r5250  
    126126    private variable _view         ;    # view params for 3D view
    127127    private variable _settings
    128     private variable _style;            # Array of current component styles.
    129128    private variable _changed
    130     private variable _initialStyle;     # Array of initial component styles.
    131129    private variable _reset 1;          # Connection to server has been reset.
    132130
Note: See TracChangeset for help on using the changeset viewer.