Changes between Version 8 and Version 9 of AnimationCommands


Ignore:
Timestamp:
Jun 21, 2011, 8:19:35 PM (15 years ago)
Author:
Darren Weber
Comment:

Noting Tom Goddard's suggestion about mcopy syntax

Legend:

Unmodified
Added
Removed
Modified
  • AnimationCommands

    v8 v9  
    130130 - How does animation integrate with recording, 2dlabels, coordset, other commands with frame arguments (move,turn,rock,roll)? Simply as interleaved commands between "movie record" and "movie stop"? Could coordset or 2dlabels changes occur at the same time as other transitions?
    131131
     132==== Tom Goddard notes ====
     133
     134If you want to restore just some attributes of a scene with the scene restore
     135command you might have an optional command argument to specify which
     136properties to restore.  The command syntax could use just one argument which
     137takes a string with single characters indicating what to restore.  The mcopy
     138command that copies molecule attributes is an example of this command syntax.
     139
     140http://www.cgl.ucsf.edu/chimera/current/docs/UsersGuide/midas/mcopy.html
     141{{{
     142mcopy source target [ settings [c][s][v][l][x][p] | a ]
     143
     144Characters after the settings keyword (default csv) control which attributes are
     145copied:
     146
     147    c - colors (model-level and atom-level, see coloring hierarchy)
     148    s - atom/bond and ribbon display styles
     149    v - visibility (model-level, residue-level ribbon, and atom-level display,
     150        see display hierarchy)
     151    l - atom and residue labels
     152    x - atomic coordinates, untransformed
     153    p - placement (model transformation)
     154    a - all of the above
     155}}}