Changes between Version 12 and Version 13 of ChimeraAnimationState


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraAnimationState

    v12 v13  
    107107>>> MC.rgba()
    108108(0.0, 0.0, 0.0, 1.0)
     109>>> r,g,b,a = a.color.rgba()
     110>>> MC = chimera.MaterialColor( r,g,b,a )
    109111}}}
    110112