Changes between Version 8 and Version 9 of ChimeraAnimationDiscussions


Ignore:
Timestamp:
Oct 5, 2010, 2:29:03 PM (16 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraAnimationDiscussions

    v8 v9  
    6262     * Key frame integrity checking
    6363       * Handle the presence or absence of model data
     64         * Check the existence of models and their model ID numbers
     65         * Are there methods to re-open a closed model (and adjust model ID numbers?)
     66         * Handle surface models (recreate them when opening a model or showing a key frame)
     67       * Delete or gray-out key frames with missing model data (e.g., a model was closed)
     68       * Use triggers to update GUI displays for key frames
     69         * Midas commands trigger GUI update
     70         * Triggers make GUI update button obsolete
    6471     * Transition specifications independent of models
    6572       * Some facets of transitions may be dependent on model components or attributes
     
    8592       * Facility to run python code
    8693       * A per-frame script option (as in morph utility)
     94     * Rename 'key frames' to 'scenes'
     95       * Discussion concluded that 'scene' may be a better term than 'key frame'
     96       * Difficulty for Midas command name with 'scene'
     97       * Current pilot implementation uses 'key frame' concept and term in the code
     98   * Animation interim milestones
     99     * Replace Animation GUI with Pmw scrolled canvas
     100     * Add key frame state properties
     101       * model style, color, display, etc.
     102     * Begin to implement transitions
     103       * copy and modify 'fly' or 'reset' for additional transition properties
     104       * explore implementing auto-detection for state changes and default transitions
     105       * begin with discrete transitions or linear interpolations
     106     * Aim to animate ligand binding
     107       * include on/off display transition
     108       * include features for loop control (including pause option)
     109     * Additional features dependent on completing initial milestones
     110       * e.g., morphing feature to come later