Changeset 5506 for branches/1.3


Ignore:
Timestamp:
May 12, 2015, 5:05:12 PM (9 years ago)
Author:
ldelgass
Message:

whitespace, mergeinfo

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

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

    r5503 r5506  
    213213
    214214    array set _settings [subst {
    215         -axesvisible            1
     215        -axesvisible            1
    216216        -axislabels             1
    217217        -axisminorticks         1
    218218        -axismode               "static"
    219219        -background             black
    220         -colormap               BCGYR
    221         -colormapvisible        1
     220        -colormap               BCGYR
     221        -colormapvisible        1
    222222        -cutplaneedges          0
    223223        -cutplanelighting       1
    224224        -cutplanepreinterp      1
    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"
     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"
    235235        -glyphedges             0
    236236        -glyphlighting          1
     
    244244        -glyphvisible           1
    245245        -glyphwireframe         0
    246         -legendvisible          1
    247         -saveglyphopacity       100
     246        -legendvisible          1
     247        -saveglyphopacity       100
    248248        -xgrid                  0
    249249        -ygrid                  0
     
    17561756        8,0 $inner.wireframe    -anchor w -pady 2 -cspan 2 \
    17571757        9,0 $inner.lighting     -anchor w -pady 2 -cspan 2 \
    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 \
     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 \
    17611761        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
    17631763
    17641764    blt::table configure $inner r* c* -resize none
Note: See TracChangeset for help on using the changeset viewer.