Pymol-Scripts / Pymol-script-repo

Collected scripts for Pymol
http://www.pymolwiki.org/index.php/Git_intro
445 stars 258 forks source link

Is there an api implementation like cmd.movie_fade()? #126

Closed mce13 closed 4 months ago

mce13 commented 2 years ago

Hi there,

quick question. Is there an api implementation of movie_fade available? cmd.movie_fade(...) gives me an AttributeError: module 'pymol.cmd' has no attribute 'movie_fade'

Thanks a lot in advance,

mce13

speleo3 commented 7 months ago

Try this:

movie_fade = cmd.keyword["movie_fade"][0]
movie_fade(...)