Changeset 5508 for branches/1.4


Ignore:
Timestamp:
May 12, 2015 6:09:43 PM (9 years ago)
Author:
ldelgass
Message:

Sync glyph viewer with 1.3 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4/gui/scripts/vtkglyphviewer.tcl

    r5447 r5508  
    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
     
    10371037        InitSettings \
    10381038            -field \
    1039             -glyphedges -glyphlighting -glyphopacity \
    1040             -glyphwireframe
     1039            -glyphedges -glyphlighting -glyphnormscale -glyphopacity \
     1040            -glyphorient -glyphscale -glyphscalemode -glyphshape -glyphwireframe
    10411041
    10421042        #-cutplanexposition -cutplaneyposition -cutplanezposition \
     
    17401740
    17411741    blt::table $inner \
    1742         0,0 $inner.field_l      -anchor w -pady 2  \
    1743         0,1 $inner.field        -anchor w -pady 2  -fill x \
    1744         1,0 $inner.colormap_l   -anchor w -pady 2  \
    1745         1,1 $inner.colormap     -anchor w -pady 2  -fill x \
     1742        0,0 $inner.field_l      -anchor w -pady 2 \
     1743        0,1 $inner.field        -anchor w -pady 2 -fill x \
     1744        1,0 $inner.colormap_l   -anchor w -pady 2 \
     1745        1,1 $inner.colormap     -anchor w -pady 2 -fill x \
     1746        2,0 $inner.gshape_l     -anchor w -pady 2 \
     1747        2,1 $inner.gshape       -anchor w -pady 2 -fill x \
    17461748        3,0 $inner.background_l -anchor w -pady 2 \
    1747         3,1 $inner.background   -anchor w -pady 2  -fill x \
    1748         5,0 $inner.wireframe    -anchor w -pady 2 -cspan 2 \
    1749         6,0 $inner.lighting     -anchor w -pady 2 -cspan 2 \
    1750         7,0 $inner.edges        -anchor w -pady 2 -cspan 2 \
    1751         8,0 $inner.outline      -anchor w -pady 2 -cspan 2 \
    1752         9,0 $inner.legend       -anchor w -pady 2 \
    1753         10,0 $inner.opacity_l   -anchor w -pady 2 \
    1754         10,1 $inner.opacity     -fill x   -pady 2 -fill x \
     1749        3,1 $inner.background   -anchor w -pady 2 -fill x \
     1750        4,0 $inner.scaleMode_l  -anchor w -pady 2 \
     1751        4,1 $inner.scaleMode    -anchor w -pady 2 -fill x \
     1752        5,0 $inner.gscale_l     -anchor w -pady 2 \
     1753        5,1 $inner.gscale       -anchor w -pady 2  -fill x \
     1754        6,0 $inner.normscale    -anchor w -pady 2 -cspan 2 \
     1755        7,0 $inner.gorient      -anchor w -pady 2 -cspan 2 \
     1756        8,0 $inner.wireframe    -anchor w -pady 2 -cspan 2 \
     1757        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 \
     1761        13,0 $inner.opacity_l   -anchor w -pady 2 \
     1762        13,1 $inner.opacity     -fill x   -pady 2 -fill x
    17551763
    17561764    blt::table configure $inner r* c* -resize none
    1757     blt::table configure $inner r11 c1 -resize expand
     1765    blt::table configure $inner r14 c1 -resize expand
    17581766}
    17591767
     
    21552163        -ptsize 1.0
    21562164        -quality 1
    2157         -scalemode "vmag"
    2158         -shape "arrow"
     2165        -scalemode vmag
     2166        -shape arrow
    21592167        -wireframe 0
    21602168    }
Note: See TracChangeset for help on using the changeset viewer.