Nico has released 11.3.32 and 11.2.14. Summary follows.

#version=11.3.32

1. one new feature:

# new feature: getproperty stateinfo TYPE
# where TYPE is one of:
#
#   colorState
#   dataState
#   fileState
#   frameState
#   modelState
#   perspectiveState
#   selectionState
#   variableState
#   windowState
#  

In previous Jmol versions you could use:

  getproperty stateInfo

or, in JavaScript,

  var stateScript = jmolGetPropertyAsString("stateInfo")

to retrieve the current state of the applet in Jmol script format. With 
the recent changes to the format of the state script, specifically that 
it is now in the form of a set of functions, it seems natural to be able 
to ask for the different parts individually. So, for example,

using JavaScript:

  var stateScript = jmolGetPropertyAsString("stateInfo","perspectiveState")

or Jmol script:

  var x = script("getProperty stateInfo perspectiveState");

or

  print script("getProperty stateInfo perspectiveState");

You get just the contents of the _setPerspectiveState() function that is 
part of the full state:

perspectiveModel = 11;
cameraDepth = 3.0;
center {1.2289999 2.1286902 2.7027001};
moveto /* time, axisAngle */ 0.0 {0 0 1 0} /* zoom, translation */ 100.0 
0.0 0.0 /* center, rotationRadius */ {1.2289999 2.1286902 2.7027001} 
5.806031 /* navigation center, translation, depth */ {0.0 0.0 0.0} 
-10.51326 18.209503 50.0;;
slab 100;depth 0; spinX = 0;spinY = 30;spinZ = 0;spinFps = 30;

2. several bug fixes are included in 11.3.32:

# bug fix: vibration disabled in 11.3.31
# bug fix: zoomto cancels slabbing
# bug fix: zoomto (atomExpression) 0  # zooms to 2x
# bug fix: backbone not in state
# bug fix: shapespecial package always loaded
# bug fix: semi missing in show orientation message, second part (zyz text)
# bug fix: select 0 selects all instead of PDB group 0
# bug fix: write t.xxx not properly determining the type from "xxx"


Jmol 11.2.14, just bug fixes:

# bug fix: zoomto cancels slabbing
# bug fix: zoomto (atomExpression) 0  # zooms to 2x
# bug fix: backbone not in state
# bug fix for application not accepting pastes into the
#   console consisting of multiple lines
# bug fix: semi missing in show orientation message, second part (zyz text)
# bug fix: select 0 selects all instead of PDB group 0



-- 
Robert M. Hanson
Professor of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get. 

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to