Closed mce13 closed 4 months 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'
cmd.movie_fade(...)
AttributeError: module 'pymol.cmd' has no attribute 'movie_fade'
Thanks a lot in advance,
mce13
Try this:
movie_fade = cmd.keyword["movie_fade"][0] movie_fade(...)
Hi there,
quick question. Is there an api implementation of movie_fade available?
cmd.movie_fade(...)
gives me anAttributeError: module 'pymol.cmd' has no attribute 'movie_fade'
Thanks a lot in advance,
mce13