Revision: 20352
          http://sourceforge.net/p/jmol/code/20352
Author:   hansonr
Date:     2015-03-04 21:51:45 +0000 (Wed, 04 Mar 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.3.12_2015.03.05"

bug fix: (14.3 only) write VRML|MAYA|OBJ|POVRAY  broken

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/modelset/BondCollection.java
    trunk/Jmol/src/org/jmol/scriptext/CmdExt.java
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: trunk/Jmol/src/org/jmol/modelset/BondCollection.java
===================================================================
--- trunk/Jmol/src/org/jmol/modelset/BondCollection.java        2015-03-01 
17:55:57 UTC (rev 20351)
+++ trunk/Jmol/src/org/jmol/modelset/BondCollection.java        2015-03-04 
21:51:45 UTC (rev 20352)
@@ -496,6 +496,7 @@
           continue;
         if (!assignAromaticDouble(bond))
           assignAromaticSingle(bond);
+        System.out.println(bond + " "+ bond.order);
       }
     // all done: do the actual assignments and clear arrays.
     for (int i = i0; i >= 0; i = (isAll ? i - 1 : bsBonds.nextSetBit(i + 1))) {

Modified: trunk/Jmol/src/org/jmol/scriptext/CmdExt.java
===================================================================
--- trunk/Jmol/src/org/jmol/scriptext/CmdExt.java       2015-03-01 17:55:57 UTC 
(rev 20351)
+++ trunk/Jmol/src/org/jmol/scriptext/CmdExt.java       2015-03-04 21:51:45 UTC 
(rev 20352)
@@ -3402,7 +3402,7 @@
       if (timeMsg)
         Logger.startTimer("export");
       Map<String, Object> eparams = new Hashtable<String, Object>();
-      eparams.put("type", data);
+      eparams.put("type", type);
       if (fileName != null)
         eparams.put("fileName", fileName);
       if (isCommand || fileName != null)

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-03-01 17:55:57 UTC 
(rev 20351)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-03-04 21:51:45 UTC 
(rev 20352)
@@ -14,8 +14,12 @@
 
 TODO: remove HTML5 dependency on synchronous file loading (check SCRIPT 
command for problems)
 
-Jmol.___JmolVersion="14.3.12_2015.03.01"
+Jmol.___JmolVersion="14.3.12_2015.03.05"
 
+bug fix: (14.3 only) write VRML|MAYA|OBJ|POVRAY  broken
+
+JmolVersion="14.3.12_2015.03.01"
+
 bug fix: late discovery of mmCIF format does not load secondary structure
 bug fix: reading PNGJ file saved after load with /dssr or /rna3d annotations 
ignores annotations
 bug fix: {*}.find("~d~G:C")  broken (find with bioSMARTS)

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to