Changes between Version 10 and Version 11 of ChimeraAnimationState


Ignore:
Timestamp:
Jan 4, 2011, 3:45:59 PM (15 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraAnimationState

    v10 v11  
    9898    for a in m.atoms:
    9999        print a.color
     100
     101>>> a = chimera.openModels.list(modelTypes=[chimera.Molecule])[0].atoms[0]
     102>>> a.color
     103<_chimera.MaterialColor object at 0x3f36490>
     104>>> MC = chimera.MaterialColor
     105>>> help(MC)
    100106}}}
    101107