Changes between Version 22 and Version 23 of ChimeraAnimationState
- Timestamp:
- Jan 27, 2011, 4:20:21 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChimeraAnimationState
v22 v23 143 143 >>> m.color.isTranslucent 144 144 <built-in method isTranslucent of _chimera.MaterialColor object at 0x4f5a3a0> 145 >>> m.color.isTranslucent()146 False147 145 >>> m.color.opacity 148 146 1.0 149 >>> m.color.opacity = 0.5 150 >>> m.color.opacity = 0.1 151 >>> 147 >>> m.color.isTranslucent() 148 False 149 >>> m.color.opacity = 0.0 150 >>> m.color.isTranslucent() 151 True 152 >>> m.color.opacity = 0.0 # no display 153 >>> m.color.opacity = 0.5 # half display 154 >>> m.color.opacity = 1.0 # full display 152 155 }}} 153 156
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)