Changes between Version 22 and Version 23 of ChimeraAnimationState


Ignore:
Timestamp:
Jan 27, 2011, 4:20:21 PM (15 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraAnimationState

    v22 v23  
    143143>>> m.color.isTranslucent
    144144<built-in method isTranslucent of _chimera.MaterialColor object at 0x4f5a3a0>
    145 >>> m.color.isTranslucent()
    146 False
    147145>>> m.color.opacity
    1481461.0
    149 >>> m.color.opacity = 0.5
    150 >>> m.color.opacity = 0.1
    151 >>>
     147>>> m.color.isTranslucent()
     148False
     149>>> m.color.opacity = 0.0
     150>>> m.color.isTranslucent()
     151True
     152>>> m.color.opacity = 0.0  # no display
     153>>> m.color.opacity = 0.5  # half display
     154>>> m.color.opacity = 1.0  # full display
    152155}}}
    153156