Revision: 20882 http://sourceforge.net/p/jmol/code/20882 Author: hansonr Date: 2015-12-03 21:31:17 +0000 (Thu, 03 Dec 2015) Log Message: ----------- Jmol.___JmolVersion="14.4.0_2015.12.03"
bug fix: model 0 issued when more than one PDB file is open does not execute model * Modified Paths: -------------- branches/v14_4/Jmol/src/org/jmol/script/ScriptEval.java branches/v14_4/Jmol/src/org/jmol/viewer/Jmol.properties Modified: branches/v14_4/Jmol/src/org/jmol/script/ScriptEval.java =================================================================== --- branches/v14_4/Jmol/src/org/jmol/script/ScriptEval.java 2015-12-03 21:29:02 UTC (rev 20881) +++ branches/v14_4/Jmol/src/org/jmol/script/ScriptEval.java 2015-12-03 21:31:17 UTC (rev 20882) @@ -4934,7 +4934,7 @@ * @throws ScriptException */ private void cmdModel(int offset) throws ScriptException { - boolean isFrame = (theTok == T.frame); + boolean isFrame = (theTok == T.frame || vwr.ms.mc > 1); boolean useModelNumber = true; if (slen == 1 && offset == 1) { int modelIndex = vwr.am.cmi; Modified: branches/v14_4/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- branches/v14_4/Jmol/src/org/jmol/viewer/Jmol.properties 2015-12-03 21:29:02 UTC (rev 20881) +++ branches/v14_4/Jmol/src/org/jmol/viewer/Jmol.properties 2015-12-03 21:31:17 UTC (rev 20882) @@ -8,8 +8,12 @@ # see also http://chemapps.stolaf.edu/jmol/zip for daily updates -Jmol.___JmolVersion="14.4.0_2015.12.02" +Jmol.___JmolVersion="14.5.0_2015.12.03" +bug fix: model 0 issued when more than one PDB file is open does not execute model * + +JmolVersion="14.4.0_2015.12.02" + bug fix: PDB reader broken for filter "biomolecule n" bug fix: mmCIF reader can fail to popup menu when biomolecule is present. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits