Revision: 18526
          http://sourceforge.net/p/jmol/code/18526
Author:   hansonr
Date:     2013-08-08 04:27:11 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
___JmolVersion="13.3.4_dev_2013.08.07"

bug fix: shapeInfo not reporting visibility of isosurface

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/shapesurface/Isosurface.java
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: trunk/Jmol/src/org/jmol/shapesurface/Isosurface.java
===================================================================
--- trunk/Jmol/src/org/jmol/shapesurface/Isosurface.java        2013-08-08 
04:26:38 UTC (rev 18525)
+++ trunk/Jmol/src/org/jmol/shapesurface/Isosurface.java        2013-08-08 
04:27:11 UTC (rev 18526)
@@ -1536,6 +1536,7 @@
 
   protected void addMeshInfo(IsosurfaceMesh mesh, Map<String, Object> info) {
     info.put("ID", (mesh.thisID == null ? "<noid>" : mesh.thisID));
+    info.put("visible", Boolean.valueOf(mesh.visible));
     info.put("vertexCount", Integer.valueOf(mesh.vertexCount));
     if (mesh.calculatedVolume != null)
       info.put("volume", mesh.calculatedVolume);

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2013-08-08 04:26:38 UTC 
(rev 18525)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2013-08-08 04:27:11 UTC 
(rev 18526)
@@ -13,6 +13,8 @@
 
 ___JmolVersion="13.3.4_dev_2013.08.07"
 
+bug fix: shapeInfo not reporting visibility of isosurface
+
 code: pdb, cif readers separated into separate packages; p2n, pqr readers with 
pdb now
  
 new feature: Jana2006 reader -- reader for http://jana.fzu.cz/

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to