Changeset 6426 for trunk


Ignore:
Timestamp:
Jul 18, 2016, 12:38:41 PM (8 years ago)
Author:
ldelgass
Message:

fix setting sorting

File:
1 edited

Legend:

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

    r6407 r6426  
    263263    }]
    264264    array set _settings [subst {
     265        glyphs-colormap            BCGYR
    265266        glyphs-edges               0
    266267        glyphs-lighting            1
    267268        glyphs-opacity             100
    268269        glyphs-outline             0
    269         glyphs-colormap            BCGYR
    270270        glyphs-visible             1
    271271        glyphs-wireframe           0
     
    277277        molecule-bondstyle         "cylinder"
    278278        molecule-colorfield        "element"
     279        molecule-colormap          elementDefault
    279280        molecule-colormode         "by_elements"
    280281        molecule-edges             0
     
    283284        molecule-opacity           100
    284285        molecule-outline           0
    285         molecule-colormap          elementDefault
    286286        molecule-quality           1.0
    287287        molecule-representation    "Ball and Stick"
     
    289289        molecule-visible           1
    290290        molecule-wireframe         0
     291        polydata-colormap          BCGYR
    291292        polydata-edges             0
    292293        polydata-lighting          1
    293294        polydata-opacity           100
    294295        polydata-outline           0
    295         polydata-colormap          BCGYR
    296296        polydata-visible           1
    297297        polydata-wireframe         0
Note: See TracChangeset for help on using the changeset viewer.