Changeset 5330 for trunk/gui


Ignore:
Timestamp:
Apr 28, 2015, 2:51:47 PM (10 years ago)
Author:
ldelgass
Message:

Remove old client side VTK molecule viewer. It is incomplete and doesn't work
with VTK 6.x anyway. This wasn't being used as a fallback in any case because
there is always a default pymol server (localhost).

Location:
trunk/gui/scripts
Files:
1 deleted
2 edited

Legend:

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

    r3330 r5330  
    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            }
  • trunk/gui/scripts/field.tcl

    r5323 r5330  
    887887            #
    888888            # Extract gzipped, base64-encoded OpenDX data
    889             # 
     889            #
    890890            set viewer [$_field get "about.view"]
    891891            if { $viewer != "" } {
Note: See TracChangeset for help on using the changeset viewer.