Thank you very much, Nico, for releasing Jmol 11.8.18 and 11.9.24. Here is a
summary:

11.8.18:

# bug fix: (not really) -- " " character in VRML export added to accomodate
AutoDesk 3D MAX import read bug
# bug fix: drawHover status not reported properly after zap/new model loaded
# bug fix: bitsets not properly handled in model deletion
# bug fix: bfactor min/max was ignoring first atom
# bug fix: within molecule was using undocumented "visible"
# bug fix: frame *;draw {atomno=1} {atomno=5} not working properly (when
multiple models present, this should draw the appropriate line on EACH
model)
# bug fix: pdb reader as trajectory error
# bug fix: MO export to cartesian exporters (VRML/X3D/Maya) should not do
front-only
# bug fix: APBS reader could hang on empty line
# bug fix: message this is a @{test} fails
# bug fix: CCP4/MRC and XPLOR map file reader fix/upgrade

11.9.24:

new features:

implicit script command
---------------------------------

I just got tired of typing "script " all the time. If you think this is a
bad idea, tell me. Filename must contain a "." or by in quotes.

 test.spt
'testing now.spt'
"myscript"


settable "ionicRadius" aka "ionic"
----------------------------------------------
 {xxxx}.ionicRadius = x.y

settable mouse sensitivity
------------------------------------

set mouseWheelFactor 1.02  # (Jmol 11.8: 1.15)
set mouseDragFactor 1.0      #  (*180 degrees gives rotation across full
screen of motion)

file logging
---------------

set logFile "test"
  --- NO "\" or "/" allowed; filename will appear in directory of JAR file
with "JmolLog_" PREPENDED

set logCommands --- logs commands to file
set logGestures --- logs gestures (one-finger swipe, two-finger pinch, zoom)
to file

asynchronous moveTo and new TIMEOUT command
------------------------------------------------------------------------

set waitForMoveTo  FALSE   # default TRUE

In the past, Jmol has always waited for the completion of a moveTo command
before it continues. Now you can start the moveTo operation and
simultaneously allow other operations.  With this comes a need to be able to
stop the motion in progress:

moveto STOP

and to stop that motion with a mouse action. The default is:

bind "DOUBLE-CLICK LEFT" _stopMotion

but that is certainly up for discussion.

multi-touch
---------------

set allowMultiTouch [default TRUE] can be used to disallow multi-touch
gestures

selecting and picking
------------------------------

set picking select structure
set picking select polymer
print {*}.polymer
select within(polymer, ...)
set pickingstyle drag

 -- this setting makes the LEFT button a click-and-drag button
     when associated also with:

    set picking select polymer # or whatever
    set dragSeleted TRUE

bug fixes:


# bug fix: drawHover status not reported properly after zap/new model loaded
# bug fix: bfactor min/max was ignoring first atom
# bug fix: mouse/thread issues when moveTo is running
# bug fix: some show parameters lost in 11.9.22
# bug fix: within molecule was using undocumented "visible"

-- 
Robert M. Hanson
Professor of Chemistry
St. Olaf College
1520 St. Olaf Ave.
Northfield, MN 55057
http://www.stolaf.edu/people/hansonr
phone: 507-786-3107


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
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to