Changes between Initial Version and Version 1 of ChimeraAnimationTasks
- Timestamp:
- Dec 8, 2010, 1:45:11 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChimeraAnimationTasks
v1 v1 1 2 == State Parameters and Transitions == 3 4 Something like this gains access to a lot of view parameters: 5 {{{ 6 for n in dir(chimera.viewer): print n, eval('type(chimera.viewer.%s)' % n) 7 }}} 8 9 Some tips in the [http://www.cgl.ucsf.edu/chimera/docs/ProgrammersGuide/faq.html programming FAQ] are useful (esp, items 4, 5, 7-10). Note, take a look at the code for {{{chimera.update.checkForChanges()}}}, as this may be helpful in detecting changes for transitions and for checking the validity of state parameters. 10
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)