Hi Everyone,

I am making a movie and want to show the transition between a cartoon and a 
ribbon representation smoothly (fading out cartoon and fading in ribbon) .
So I tried writing a simple python script like:
-------
for i in range(40,60):
cmd.mdo (i, "set cartoon_transparency,%f" %( 1-(60-i)/60.0 ); "set 
ribbon_transparency,%f" %( (60-i)/60.0 ) )
-------

And
-------
for i in range(40,60):
cmd.mdo (i, "set cartoon_transparency,%f" %( 1-(60-i)/60.0 ) )
for j in range (40,60):
cmd.mdo (j, "set ribbon_transparency,%f" %( (60-j)/60.0 ) )
------


And various other combinations, but none seem to produce the result that I 
desire. Can anyone help me with the scripting as my python knowledge is very 
basic.

Thanks
Sena

PS Sorry my half-typed email got accidentally sent earlier

Methodist. Leading Medicine. Recognized by U.S.News & World Report as one of 
America's "Best Hospitals" in 13 specialties. Named to FORTUNE magazine's "100 
Best Companies to Work For" list five years in a row Designated as a Magnet 
hospital for excellence in nursing Visit us at  methodisthealth.com Follow us 
at  twitter.com/MethodistHosp and  www.facebook.com/MethodistHospital  
***CONFIDENTIALITY NOTICE*** This e-mail is the property of The Methodist 
Hospital and/or its relevant affiliates and may contain restricted and 
privileged material for the sole use of the intended recipient(s). Any review, 
use, distribution or disclosure by others is strictly prohibited. If you are 
not the intended recipient (or authorized to receive for the recipient), please 
contact the sender and delete all copies of the message. Thank you.
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to