25 Commits

Author SHA1 Message Date
744e695340 Misc. clean up (#2269)
* 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

* Ensure temporary svg paths for Text are deleted

* Remove unused dict_ops.py functions

* Remove break_into_partial_movies from file_writer configuration

* Rewrite guarantee_existence using Path

* Clean up SceneFileWriter

It had a number of vestigial functions no longer used, and some setup that could be made more organized.

* Remove --save_pngs CLI arg (which did nothing)

* Add --subdivide CLI arg

* Remove add_extension_if_not_present

* Remove get_sorted_integer_files

* Have find_file return Path

* Minor clean up

* Clean up num_tex_symbols

* Fix find_file

* Minor cleanup for extract_scene.py

* Add preview_frame_while_skipping option to scene config

* Use shell.showtraceback function

* Move keybindings to config, instead of in-place constants

* Replace DEGREES -> DEG
2024-12-12 08:39:54 -08:00
33682b7199 MTex is the new Tex, Tex is now OldTex
Global replace
Tex -> OldTex
TexText -> OldTexText
MTex -> Tex
MTexText -> TexText
2022-12-21 13:18:20 -08:00
e357885da0 Replace TexText with MTexText 2022-12-20 15:24:38 -08:00
fb50e4eb55 Fixing a typo ("termnial" -> "terminal") (#1872) 2022-10-01 16:07:09 +08:00
e712951f2d Typo fix in UpdatersExample 2021-08-24 10:44:24 +05:30
1e621e8278 fix: fix typo spelling grammar 2021-08-07 22:25:26 +07:00
8aa004b0b1 use jsdelivr cdn for assets in docs 2021-07-18 22:22:52 +08:00
f16277f100 some fixes of doc 2021-06-14 13:30:37 +08:00
f682bf97e3 Merge branch 'master' of https://github.com/3b1b/manim 2021-06-14 07:55:24 +08:00
025639f026 update doc 2021-06-14 07:55:17 +08:00
bf9d797d84 fix the mismatch between code and video 2021-04-20 15:59:07 +08:00
dba0550da5 Merge branch 'TonyCrane-package-improve' 2021-02-11 10:54:30 -08:00
6e2dcae4d7 Fix InteractiveDevlopmentExample bug 2021-02-10 13:54:01 -08:00
cbe24daa98 Fix mistake 2021-02-10 15:38:31 -06:00
2d83cccc0a Merge 3b1b/master 2021-02-10 09:40:16 -06:00
cfd32c79b1 Switch old syntax for animating methods to .animate syntax 2021-02-10 09:10:31 -06:00
3bf956871b update docs 2021-02-10 11:02:18 +08:00
24d9d9e45d update docs 2021-02-08 12:04:29 +08:00
00fe33957c rename custom_defaults -> custom_config defaults -> default_config 2021-02-07 21:38:19 +08:00
6f69902892 Changed how configuration for labels on a NumberLine, and hence also on Axes, so that it takes in DecimalNumber configuration directly rather than as a separte dict. 2021-02-06 11:06:38 -08:00
a63dd119c1 Change OpeningManimExample 2021-02-05 15:27:48 -08:00
1253c18c54 update example_scenes for AnimatingMethods 2021-01-31 22:03:53 +08:00
9b3332ad02 Update changed example scenes in docs 2021-01-30 22:20:37 -08:00
06ba7031c7 finish example scenes 2021-01-26 20:52:17 +08:00
cd79151c10 finished Quick Start 2021-01-25 19:53:44 +08:00