Revision: 18286
          http://sourceforge.net/p/jmol/code/18286
Author:   hansonr
Date:     2013-06-06 03:13:49 +0000 (Thu, 06 Jun 2013)
Log Message:
-----------
___JmolVersion="13.1.16_dev_2013.06.05a"

TODO: PyMOL uniqueAtomSettings should override scene color settings
TODO: PyMOL uniqueAtomSettings for all atom settings

new feature: color BALLS 
  -- distinct from color ATOMS because it doesn't get inherited
  -- for PyMOL compatability with sphere_color 
bug fix: antialiasing or resizing stray lines problem solved (introduced in 
11.0, 08/2006!)

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/g3d/LineRenderer.java
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties
    trunk/Jmol/src/org/jmol/viewer/TransformManager.java

Modified: trunk/Jmol/src/org/jmol/g3d/LineRenderer.java
===================================================================
--- trunk/Jmol/src/org/jmol/g3d/LineRenderer.java       2013-06-06 03:12:13 UTC 
(rev 18285)
+++ trunk/Jmol/src/org/jmol/g3d/LineRenderer.java       2013-06-06 03:13:49 UTC 
(rev 18286)
@@ -64,7 +64,6 @@
   private BS lineBits;
   private float slope;
   private boolean lineTypeX;
-  //int lineDirection;
   private int nBits;
   private int nCached = 0;
   private int nFound = 0;
@@ -76,7 +75,6 @@
     // from cylinder
     slope = (dx != 0 ?  dy / dx : dy >= 0 ? Float.MAX_VALUE  : 
-Float.MAX_VALUE);
     lineTypeX = (slope <=1 && slope >= -1);
-    //lineDirection = (slope < 0 ? -1 : 1);
     nBits = (lineTypeX ? g3d.getRenderWidth() : g3d.getRenderHeight());
     if (getCachedLine())
       return;

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2013-06-06 03:12:13 UTC 
(rev 18285)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2013-06-06 03:13:49 UTC 
(rev 18286)
@@ -9,14 +9,15 @@
 #  The quotes above look odd for a parameter file, but they are 
 #  important for the JavaScript version of Jmol.
 
-___JmolVersion="13.1.16_dev_2013.06.05"
+___JmolVersion="13.1.16_dev_2013.06.05a"
 
 TODO: PyMOL uniqueAtomSettings should override scene color settings
+TODO: PyMOL uniqueAtomSettings for all atom settings
 
 new feature: color BALLS 
   -- distinct from color ATOMS because it doesn't get inherited
   -- for PyMOL compatability with sphere_color 
-bug fix: antialiasing or resizing stray lines problem solved
+bug fix: antialiasing or resizing stray lines problem solved (introduced in 
11.0, 08/2006!)
 PyMOL: uniqueBondSettings working
 PyMOL: better scene restore; 
 bug fix: "display add" by itself should not do anything

Modified: trunk/Jmol/src/org/jmol/viewer/TransformManager.java
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/TransformManager.java        2013-06-06 
03:12:13 UTC (rev 18285)
+++ trunk/Jmol/src/org/jmol/viewer/TransformManager.java        2013-06-06 
03:13:49 UTC (rev 18286)
@@ -27,7 +27,6 @@
 import org.jmol.api.JmolNavigatorInterface;
 import org.jmol.api.JmolScriptEvaluator;
 import org.jmol.constant.EnumStereoMode;
-import org.jmol.modelset.Atom;
 import org.jmol.script.T;
 import org.jmol.thread.MoveThread;
 import org.jmol.thread.MoveToThread;

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


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to