Changeset 5250
- Timestamp:
- Apr 17, 2015, 3:06:33 PM (10 years ago)
- Location:
- branches/1.3
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/branches/1.4 (added) merged: 5187
- Property svn:mergeinfo changed
-
branches/1.3/gui/scripts/vtkglyphviewer.tcl
r5249 r5250 126 126 private variable _view ; # view params for 3D view 127 127 private variable _settings 128 private variable _style; # Array of current component styles.129 128 private variable _changed 130 private variable _initialStyle; # Array of initial component styles.131 129 private variable _reset 1; # Connection to server has been reset. 132 130 -
branches/1.3/gui/scripts/vtkheightmapviewer.tcl
r5249 r5250 137 137 private variable _settings 138 138 private variable _changed 139 private variable _initialStyle ""; # First found style in dataobjects.140 139 private variable _reset 1; # Connection to server has been reset. 141 140 -
branches/1.3/gui/scripts/vtkimageviewer.tcl
r5249 r5250 132 132 private variable _settings 133 133 private variable _changed 134 private variable _initialStyle ""; # First found style in dataobjects.135 134 private variable _reset 1; # Connection to server has been reset. 136 135 -
branches/1.3/gui/scripts/vtkisosurfaceviewer.tcl
r5249 r5250 143 143 private variable _view ; # view params for 3D view 144 144 private variable _settings 145 private variable _style; # Array of current component styles.146 145 private variable _changed 147 private variable _initialStyle; # Array of initial component styles.148 146 private variable _reset 1; # Connection to server has been reset. 149 147 -
branches/1.3/gui/scripts/vtkmeshviewer.tcl
r5249 r5250 109 109 private variable _settings 110 110 private variable _widget 111 private variable _style; # Array of current component styles.112 private variable _initialStyle; # Array of initial component styles.113 111 private variable _reset 1; # Connection to server has been reset. 114 112 -
branches/1.3/gui/scripts/vtksurfaceviewer.tcl
r5249 r5250 126 126 private variable _view ; # view params for 3D view 127 127 private variable _settings 128 private variable _style; # Array of current component styles.129 128 private variable _changed 130 private variable _initialStyle; # Array of initial component styles.131 129 private variable _reset 1; # Connection to server has been reset. 132 130
Note: See TracChangeset
for help on using the changeset viewer.