3b1b-manim/manimlib/scene
Grant Sanderson 602809758e
Video work (#1739)
* Enable setting points to a null list, and adding one point at a time.

* Add refresh_locked_data

* Add presenter mode to scenes with -p option

* Allow for an embed by hitting e during interaction

* Add set_min_height, etc.

* Make sure null parametric curve has at least one point

* Account for edge case where \{ is used in Tex

* Allow for logging notes in wait calls, useful for presenter mode

* Simplify choose, and add gen_choose for fractional amounts

* Default to no top on axes

* Allow match_x, match_y, etc. to take in a point

* Allow wait calls to ignore presenter mode

* Just use math.combo, no caching with choose(n, r)

* Use generator instead of list in bezier

* Bubble init_colors should override

* Account for "px" values read in from an svg

* Stop displaying when writing is happening

* Update the way Bubble override SVG colors
2022-02-13 15:16:16 -08:00
..
__init__.py delete old entry point file and add __init__ for folders 2021-02-07 17:48:51 +08:00
sample_space_scene.py arrange_submobjects -> arrange 2019-02-04 14:54:25 -08:00
scene.py Video work (#1739) 2022-02-13 15:16:16 -08:00
scene_file_writer.py Use FFMPEG_BIN instead of "ffmpeg" for sound incorporation 2021-12-21 10:58:58 -08:00
three_d_scene.py Don't necessarily remove anti_alias on ThreeDScene 2021-11-08 21:48:42 -08:00
vector_space_scene.py minor fixes (#1737) 2022-02-13 11:12:41 +08:00