Changeset 5506 for branches/1.3
- Timestamp:
- May 12, 2015, 5:05:12 PM (9 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/trunk merged: 4505,4526-4527,4535-4536,4539-4543,4559,4566-4567,4573-4575,4578,4616,4638,4657,4660-4661,4663,4667,4671-4672,4678,4684
- Property svn:mergeinfo changed
-
branches/1.3/gui/scripts/vtkglyphviewer.tcl
r5503 r5506 213 213 214 214 array set _settings [subst { 215 -axesvisible 215 -axesvisible 1 216 216 -axislabels 1 217 217 -axisminorticks 1 218 218 -axismode "static" 219 219 -background black 220 -colormap 221 -colormapvisible 220 -colormap BCGYR 221 -colormapvisible 1 222 222 -cutplaneedges 0 223 223 -cutplanelighting 1 224 224 -cutplanepreinterp 1 225 -cutplaneopacity 226 -cutplanevisible 227 -cutplanewireframe 228 -cutplanexposition 229 -cutplanexvisible 230 -cutplaneyposition 231 -cutplaneyvisible 232 -cutplanezposition 233 -cutplanezvisible 234 -field 225 -cutplaneopacity 100 226 -cutplanevisible 0 227 -cutplanewireframe 0 228 -cutplanexposition 50 229 -cutplanexvisible 1 230 -cutplaneyposition 50 231 -cutplaneyvisible 1 232 -cutplanezposition 50 233 -cutplanezvisible 1 234 -field "Default" 235 235 -glyphedges 0 236 236 -glyphlighting 1 … … 244 244 -glyphvisible 1 245 245 -glyphwireframe 0 246 -legendvisible 247 -saveglyphopacity 246 -legendvisible 1 247 -saveglyphopacity 100 248 248 -xgrid 0 249 249 -ygrid 0 … … 1756 1756 8,0 $inner.wireframe -anchor w -pady 2 -cspan 2 \ 1757 1757 9,0 $inner.lighting -anchor w -pady 2 -cspan 2 \ 1758 10,0 $inner.edges 1759 11,0 $inner.outline 1760 12,0 $inner.legend 1758 10,0 $inner.edges -anchor w -pady 2 -cspan 2 \ 1759 11,0 $inner.outline -anchor w -pady 2 -cspan 2 \ 1760 12,0 $inner.legend -anchor w -pady 2 \ 1761 1761 13,0 $inner.opacity_l -anchor w -pady 2 \ 1762 13,1 $inner.opacity -fill x -pady 2 -fill x \1762 13,1 $inner.opacity -fill x -pady 2 -fill x 1763 1763 1764 1764 blt::table configure $inner r* c* -resize none
Note: See TracChangeset
for help on using the changeset viewer.