|
From: <ha...@us...> - 2025-05-13 05:01:22
|
Revision: 22665
http://sourceforge.net/p/jmol/code/22665
Author: hansonr
Date: 2025-05-13 05:01:20 +0000 (Tue, 13 May 2025)
Log Message:
-----------
Jmol.___JmolVersion="16.3.21" // (legacy) also 16.3.22 (swingJS)
bug fix: (Legacy JavaScript only) array sorting may fail in script saving.
bug fix: OBJ/MTL exporter has inverted Tr (translucency) setting x; should be 1-x
bug fix: Cartesian exporters (IDTF, Maya, OBJ, VRML) not rendering vector cylinders
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 2025-05-07 08:50:27 UTC (rev 22664)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2025-05-13 05:01:20 UTC (rev 22665)
@@ -53,12 +53,37 @@
# FEATURE REQUEST: dock/undock consoles to main window.
# TODO: allow FIXED to work with MODELKIT MINIMIZE
-Jmol.___JmolVersion="16.3.19" // (legacy) also 16.3.20 (swingJS)
+Jmol.___JmolVersion="16.3.21" // (legacy) also 16.3.22 (swingJS)
+bug fix: (Legacy JavaScript only) array sorting may fail in script saving.
+
+bug fix: OBJ/MTL exporter has inverted Tr (translucency) setting x; should be 1-x
+
+bug fix: Cartesian exporters (IDTF, Maya, OBJ, VRML) not rendering vector cylinders
+
+JmolVersion="16.3.19" // (legacy) also 16.3.20 (swingJS)
+
+bug fix: (JavaScript legacy only) array sorting fails for arrays of arrays and sort(columnNumber);
+
bug fix: !(atomset) fails to recognize that some atoms
may have been deleted.
+new feature: CIF loader for magnetic structures adds filter "spinonly"
+ - only atoms that have spin are read
+
+new feature: more spin space group support
+ - adds _space_group_spin.rotation_axis_xyz
+ same as _space_group_spin.rotation_axis
+ - adds support for spin frame with reciprocal lattice a*, b*, c*
+ limitation: any x* in expression turns all x into x*
+
+new feature: matrix.array() same as matrix.array
+new feature: point(arrayOfArrays) produces array of points
+
+new feature: spinCIF reading of formulas sqrt, cos, sin, tan in spin descriptions
+
+
JmolVersion="16.3.17" // (legacy) also 16.3.18 (swingJS)
new feature: load filter "biomolecule 1;bmchains=_"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|