cryos / avogadro

Avogadro 1 is not under active development, the repository was archived in September 2021. Development of Avogadro 2 is being done at https://github.com/openchemistry/avogadrolibs. Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas.
http://avogadro.cc/
GNU General Public License v2.0
334 stars 156 forks source link

Adapted Python `Animation` class to changes introduced in commit fe33cedaabb2bec5b06f022a83083cd0e0df4012 #871

Closed DavidToneian closed 7 years ago

DavidToneian commented 7 years ago

In commit fe33cedaabb2bec5b06f022a83083cd0e0df4012 (pull request #859, merged in commit 0ff6c20050305f28a451e1a3f0ef981c7200edfd), I changed the animation module. Unfortunately, I did not try to build the associated Python module before creating my pull request, so that I only now realized that the changes I had made there required adapting the Python Animation class. This commit is intended to amend that oversight.

This commit is released to the public domain.

ghutchis commented 7 years ago

Thanks.

I'm not sure how widely used the Python interface is in Avogadro 1.x, unfortunately, which is why things like this go without detection.