3b1b-manim/manimlib
cigar666 1543450a4f
Update changing.py
To fix the error of "AttributeError: 'TracedPath' object has no attribute 'n_points_per_cubic_curve'" (because in the CONFIG dictionary of VMobject class, the n_points_per_cubic_curve dose not exist, and now 'n_points_per_curve' is used instead)
2021-02-13 21:07:00 +08:00
..
animation Changes to make reduce the time of from manimlib import * 2021-02-11 12:22:37 -08:00
camera delete old entry point file and add __init__ for folders 2021-02-07 17:48:51 +08:00
event_handler Renamed event folder to event handler 2021-02-02 16:02:10 +05:30
mobject Update changing.py 2021-02-13 21:07:00 +08:00
once_useful_constructs delete old entry point file and add __init__ for folders 2021-02-07 17:48:51 +08:00
scene Remove unnecessary import 2021-02-12 13:34:50 -08:00
shaders Change threshold for treating quadratic bezier curves as lines 2021-02-07 17:29:45 -08:00
tex_templates Remove all configuration from constants.py, and clean up the many files affected by this move 2021-01-02 20:47:51 -08:00
utils Changes to make reduce the time of from manimlib import * 2021-02-11 12:22:37 -08:00
__init__.py Include from manimlib.mobject.interactive import * 2021-02-11 19:31:00 -08:00
__main__.py add auto config guide 2021-02-07 17:45:18 +08:00
config.py Merge branch 'TonyCrane-package-improve' 2021-02-11 10:54:30 -08:00
constants.py Remove color definition redundancy 2021-02-11 12:24:06 -08:00
default_config.yml Merge branch 'TonyCrane-package-improve' 2021-02-11 10:54:30 -08:00
extract_scene.py rename custom_defaults -> custom_config defaults -> default_config 2021-02-07 21:38:19 +08:00
shader_wrapper.py Allow caching of shader program code 2021-01-13 00:10:17 -10:00
window.py Fix window size issue 2021-02-12 13:34:33 -08:00