3b1b-manim/manimlib/scene
Grant Sanderson bafea89ac9
Some checks are pending
docs / build up document and deploy (push) Waiting to run
Update InteractiveSceneEmbed (#2267)
* Comment tweak

* Directly print traceback

Since the shell.showtraceback is giving some issues

* Make InteracrtiveSceneEmbed into a class

This way it can keep track of it's internal shell; use of get_ipython has a finicky relationship with reloading.

* Move remaining checkpoint_paste logic into scene_embed.py

This involved making a few context managers for Scene: temp_record, temp_skip, temp_progress_bar, which seem useful in and of themselves.

* Change null key to be the empty string
2024-12-11 11:33:48 -08:00
..
__init__.py
interactive_scene.py Use pyglet.window.key for key constant values 2024-12-10 20:00:03 -06:00
scene.py Update InteractiveSceneEmbed (#2267) 2024-12-11 11:33:48 -08:00
scene_embed.py Update InteractiveSceneEmbed (#2267) 2024-12-11 11:33:48 -08:00
scene_file_writer.py Make ffmpeg_bin specification a piece of file_writer_config 2024-12-10 19:29:55 -06:00