Revision: 20403 http://sourceforge.net/p/jmol/code/20403 Author: hansonr Date: 2015-03-25 13:45:36 +0000 (Wed, 25 Mar 2015) Log Message: -----------
Modified Paths: -------------- trunk/Jmol/src/org/jmol/script/ScriptEval.java trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/script/ScriptEval.java =================================================================== --- trunk/Jmol/src/org/jmol/script/ScriptEval.java 2015-03-25 13:29:53 UTC (rev 20402) +++ trunk/Jmol/src/org/jmol/script/ScriptEval.java 2015-03-25 13:45:36 UTC (rev 20403) @@ -7720,9 +7720,7 @@ private void cmdTranslate(boolean isSelected) throws ScriptException { // translate [selected] X|Y|Z x.x [NM|ANGSTROMS] // translate [selected] X|Y x.x% - // translate [selected] X|Y|Z x.x [NM|ANGSTROMS] - // translate [selected] X|Y x.x% - // translate {x y z} [{atomExpression}] + // translate [selected] {x y z} [{atomExpression}] BS bs = null; int i = 1; int i0 = 0; @@ -7733,7 +7731,7 @@ } if (isPoint3f(i)) { P3 pt = getPoint3f(i, true); - bs = (!isSelected && iToken + 1 < slen ? atomExpressionAt(++iToken) + bs = (iToken + 1 < slen ? atomExpressionAt(++iToken) : null); checkLast(iToken); if (!chk) Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-03-25 13:29:53 UTC (rev 20402) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-03-25 13:45:36 UTC (rev 20403) @@ -14,8 +14,12 @@ TODO: remove HTML5 dependency on synchronous file loading (check SCRIPT command for problems) -Jmol.___JmolVersion="14.3.13_2015.03.23" +Jmol.___JmolVersion="14.3.13_2015.03.25" +bug fix: translate SELECTED {1 1 1} @1 not working (works fine without the SELECTED keyword) + +JmolVersion="14.3.13_2015.03.23" + bug fix: isosurface solvent will fail if max volume is smaller than cavity max even though not cavity JmolVersion="14.3.13_2015.03.21" 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