Revision: 20715 http://sourceforge.net/p/jmol/code/20715 Author: hansonr Date: 2015-08-22 05:02:53 +0000 (Sat, 22 Aug 2015) Log Message: ----------- Jmol.___JmolVersion="14.3.16_2015.08.21"
new feature: load var x -- same as load "@x" -- similar in syntax to write var x t.png -- example: var x = load("quartz.cif") load var x {1 1 1} bug fix: creating and running and saving binary hash from PNGJ fails -- allows creating an associative binary array from a PNGJ file then modifying it and loading that variable then saving it as a new PNGJ file -- initial PNGJ file is not necessary if binary array x is created by some other means -- example: var x = load("test.png",true) load "@x" write test2.png as PNGJ bug fix: hover callback is not supposed to be stopped with HOVER OFF bug fix: atom.sx and atom.sy and atom.sz report incorrectly when antialiasing is on bug fix: write VAR x "test.png" creates a ZIP file instead of a PNGJ file when x is from load("test.png",true) bug fix: write test.png as PNGJ (without initial quotes) fails Modified Paths: -------------- trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-08-22 04:16:47 UTC (rev 20714) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-08-22 05:02:53 UTC (rev 20715) @@ -58,10 +58,19 @@ Jmol.___JmolVersion="14.3.16_2015.08.21" -new feature: load var x same as load "@x" - -- similar to write var x - +new feature: load var x + -- same as load "@x" + -- similar in syntax to write var x t.png + -- example: + + var x = load("quartz.cif") + load var x {1 1 1} + bug fix: creating and running and saving binary hash from PNGJ fails + -- allows creating an associative binary array from a PNGJ file + then modifying it and loading that variable + then saving it as a new PNGJ file + -- initial PNGJ file is not necessary if binary array x is created by some other means -- example: var x = load("test.png",true) @@ -71,6 +80,7 @@ bug fix: hover callback is not supposed to be stopped with HOVER OFF bug fix: atom.sx and atom.sy and atom.sz report incorrectly when antialiasing is on bug fix: write VAR x "test.png" creates a ZIP file instead of a PNGJ file when x is from load("test.png",true) +bug fix: write test.png as PNGJ (without initial quotes) fails JmolVersion="14.3.16_2015.08.19" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits