Changes between Version 13 and Version 14 of ChimeraAnimationTasks


Ignore:
Timestamp:
Dec 21, 2010, 12:30:04 PM (15 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraAnimationTasks

    v13 v14  
    195195
    196196
    197 
    198197=== Integrity Checking ===
    199198
     
    201200
    202201Also, {{{chimera.openModels.addRemoveHandler(func, data)}}} might be used to add a trigger handler when removing models.  This might be useful in the creation of a state instance as a way to maintain integrity or validity of the saved state.  It may depend on whether the state instance keeps a reference or a copy of models in the saved state.  For efficiency, it is better to keep a reference.  For validity, it could be better to keep a copy.  Perhaps a copy is required only when a model is removed, so the copy action could be triggered then.  If a state instance that is registered as a handler is deleted, then call {{{chimera.openModels.deleteRemoveHandler(handler)}}} to delete the trigger handler.
     202
     203
     204== Transforms ==
     205
     206=== Molecular morphing ===
     207
     208For example, morphing of 3por to 2por, see http://molmovdb.mbb.yale.edu/cgi-bin/morph.cgi?ID=009069-29776
     209
     210This is probably handled already in Chimera.  Should it be some kind of transition parameter for the animation extension?
     211