Changeset 5443 for branches/1.3


Ignore:
Timestamp:
May 6, 2015, 4:25:42 PM (9 years ago)
Author:
ldelgass
Message:

merge r5330:5331 from trunk (remove old VTK client-side molecule viewer)

Location:
branches/1.3
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

  • branches/1.3/gui/scripts/Makefile.in

    r4760 r5443  
    7979                $(srcdir)/mesh.tcl \
    8080                $(srcdir)/meshresult.tcl \
    81                 $(srcdir)/moleculeViewer.tcl \
    8281                $(srcdir)/molvisviewer.tcl \
    8382                $(srcdir)/nanovisviewer.tcl \
  • branches/1.3/gui/scripts/deviceEditor.tcl

    r3330 r5443  
    183183                }
    184184                set servers [Rappture::VisViewer::GetServerList "pymol"]
    185                 if { "" != $servers } {
    186                     Rappture::MolvisViewer $itk_component(hull).mol $servers
    187                 } else {
    188                     Rappture::MoleculeViewer $itk_component(hull).mol $this
    189                 }
     185                Rappture::MolvisViewer $itk_component(hull).mol $servers
    190186                pack $itk_component(hull).mol -expand yes -fill both
    191187            }
Note: See TracChangeset for help on using the changeset viewer.