-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] manim-slides present not pausing properly between animation #364
Comments
Hello, could you provide the source code of your slides? Also, if you could include a small video recording, that would help! |
Aah yeah, nevermind this is probably because you use a Qt version that has this issue :/ |
Yes indeed @mmcilree, you replied faster than me 😅 |
I think what happened is I had manim-slides installed previously (via pip, a few months ago), hadn't updated it until today, then did
which maybe kept the version of PySide6 I had already? |
Actually, as of v5.1, This change was mainly motivated by the fact that correct PySide6 bindings are not available on all platforms and Python versions, and I didn't want to limit people from installing Manim Slides, when they only every only the I am closing this issue as this is indeed a duplicate of #293, and I already filed an issue to Qt: https://bugreports.qt.io/browse/QTBUG-118501. Because this is a Qt bug, it is present with both PySide6 and PyQt6 bindings :-/ |
Description
Just updated to the latest version and the manim-slides present doesn't seem to be working correctly:
It will play each animation on self.next_slide() as expected but then everything disappears until the next keypress. This happens with any of the examples I've tried, including BasicExample where I see the GrowFromCenter animation, but then the display goes black until I press to continue.
Version
manim-slides, version 5.1.0
Manim Community v0.18.0
Platform
macOS Monterey on an M1 Pro MacBook
Screenshots
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: