manim/tests/control_data/graphical_units_data/updaters/UpdateSceneDuringAnimationTest.npz
Devin Neal f42bd0579d
Updaters fix (#838)
* Fix --use_js_renderer and create JsRenderer

* In need of an abstract method for saving static frame data

* Barebones js renderer with no effect

* Restore simple JS functionality

* Preparing to send frame data to JS

* Restore progress after merge

* Restore ability to play animations

* Properly set wait duration

* Pass animation_offset to JS

* Allow for playing a range of animations

* Update RPCs

* Play scene on modification

* Send correct duration to JS on animation finish

* Copy keyframes prior to updating

* Play scene on update

* Allow for image previews

* Don't attempt to serialize ValueTracker

* Cache previously used scene

* Add ImageMobject functionality

* Clear scene caching when regenerating keyframe data

* Remove extraneous changes

* Update for doctests

* Format generated files

* Add http server for media

* Update moving_mobjects in Scene.add()

* Remove unused function

* black

* Add test
2020-12-30 20:49:19 +01:00

6.1 KiB