Changeset 4773


Ignore:
Timestamp:
Nov 23, 2014 8:50:18 AM (9 years ago)
Author:
ldelgass
Message:

sort settings in initializer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkviewer.tcl

    r4771 r4773  
    247247
    248248    array set _axis [subst {
     249        labels          1
     250        minorticks      1
     251        visible         1
    249252        xgrid           0
    250253        ygrid           0
     
    259262        ydirection      -1
    260263        zdirection      -1
    261         visible         1
    262         labels          1
    263         minorticks      1
    264264    }]
    265265    array set _settings [subst {
    266         legend                  1
    267266        glyphs-edges            0
    268267        glyphs-lighting         1
     
    272271        glyphs-visible          1
    273272        glyphs-wireframe        0
    274         polydata-edges          0
    275         polydata-lighting       1
    276         polydata-opacity        100
    277         polydata-outline        0
    278         polydata-palette        BCGYR
    279         polydata-visible        1
    280         polydata-wireframe      0
     273        legend                  1
     274        molecule-atoms-visible  1
    281275        molecule-atomscale      0.3
     276        molecule-bonds-visible  1
    282277        molecule-bondscale      0.075
    283278        molecule-bondstyle      "cylinder"
    284         molecule-atoms-visible  1
    285         molecule-bonds-visible  1
    286279        molecule-edges          0
    287280        molecule-labels         0
     
    295288        molecule-visible        1
    296289        molecule-wireframe      0
     290        polydata-edges          0
     291        polydata-lighting       1
     292        polydata-opacity        100
     293        polydata-outline        0
     294        polydata-palette        BCGYR
     295        polydata-visible        1
     296        polydata-wireframe      0
    297297    }]
    298298    itk_component add view {
Note: See TracChangeset for help on using the changeset viewer.