| | 132 | ==== Tom Goddard notes ==== |
| | 133 | |
| | 134 | If you want to restore just some attributes of a scene with the scene restore |
| | 135 | command you might have an optional command argument to specify which |
| | 136 | properties to restore. The command syntax could use just one argument which |
| | 137 | takes a string with single characters indicating what to restore. The mcopy |
| | 138 | command that copies molecule attributes is an example of this command syntax. |
| | 139 | |
| | 140 | http://www.cgl.ucsf.edu/chimera/current/docs/UsersGuide/midas/mcopy.html |
| | 141 | {{{ |
| | 142 | mcopy source target [ settings [c][s][v][l][x][p] | a ] |
| | 143 | |
| | 144 | Characters after the settings keyword (default csv) control which attributes are |
| | 145 | copied: |
| | 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 | }}} |