Grant Sanderson
|
a6d484236c
|
Add DotCloud to universal imports
|
2021-01-04 14:55:55 -08:00 |
|
Grant Sanderson
|
131794e53c
|
Change DotCloud initialization
|
2021-01-04 14:55:42 -08:00 |
|
Grant Sanderson
|
a4ea4791e7
|
Added DotCloud type
|
2021-01-04 13:26:58 -08:00 |
|
Grant Sanderson
|
6c0f00b4a1
|
Reimplement stretch_array_to_length
|
2021-01-04 13:26:29 -08:00 |
|
Grant Sanderson
|
c87b2e272b
|
Tiny change
|
2021-01-04 13:26:14 -08:00 |
|
Grant Sanderson
|
31e6aa2ae0
|
Use super()
|
2021-01-04 13:25:42 -08:00 |
|
Grant Sanderson
|
369a7fc455
|
Change it so that reset points is not necessarily called on mobject initialization
|
2021-01-04 13:25:04 -08:00 |
|
Grant Sanderson
|
e2fc0ab1aa
|
Remove unnecessary import
|
2021-01-03 17:58:01 -08:00 |
|
Grant Sanderson
|
494f1899fd
|
Make it so that FadeTransform returns moving mobject to its original state
|
2021-01-03 17:57:43 -08:00 |
|
Grant Sanderson
|
b22f1ab715
|
Remove reference to FILE_DIR
|
2021-01-03 17:25:37 -08:00 |
|
Grant Sanderson
|
156ea11537
|
Fix the but for transforming between VMobjects with different triangulations. Turns out this is all that's needed
|
2021-01-03 17:17:20 -08:00 |
|
Grant Sanderson
|
baff788217
|
Tiny line consolidation
|
2021-01-03 17:16:19 -08:00 |
|
Grant Sanderson
|
e43b8ef4e4
|
Remove prepare_for_animation
|
2021-01-03 17:16:08 -08:00 |
|
Grant Sanderson
|
b8b44f062c
|
Added FadeTransform and FadeTransformPieces
|
2021-01-03 16:53:49 -08:00 |
|
Grant Sanderson
|
504f5c4329
|
Minor tweak to comment, etc.
|
2021-01-03 16:53:29 -08:00 |
|
Grant Sanderson
|
a4b8a8d88c
|
Get rid of old fading classes
|
2021-01-03 14:39:45 -08:00 |
|
Grant Sanderson
|
afebc29440
|
Remove container
|
2021-01-03 12:29:05 -08:00 |
|
Grant Sanderson
|
148afc29aa
|
Change default number of samples for 3d camera
|
2021-01-03 12:04:05 -08:00 |
|
Grant Sanderson
|
572383f541
|
Have buff between Decimal digits change with font size
|
2021-01-03 12:03:39 -08:00 |
|
Grant Sanderson
|
c2b16d768e
|
Have decimal remember and match font size, not height
|
2021-01-03 11:44:53 -08:00 |
|
Grant Sanderson
|
e5c79cbb90
|
Directly cache svg file instead of tex, and don't store superfluous files associated with tex rendering
|
2021-01-03 11:29:09 -08:00 |
|
Grant Sanderson
|
16ea2fd9c1
|
include utils.directories in universal import list
|
2021-01-03 11:28:20 -08:00 |
|
Grant Sanderson
|
5541d55094
|
Remove camera quality information from constants
|
2021-01-02 23:02:39 -08:00 |
|
Grant Sanderson
|
05887d5039
|
Remove reference to UHD_CAMERA_QUALITY
|
2021-01-02 23:02:20 -08:00 |
|
Grant Sanderson
|
d1c6b80622
|
Tiny change
|
2021-01-02 23:02:02 -08:00 |
|
Grant Sanderson
|
3b26a6c260
|
Clean up colors, e.g. replacing LIGHT_GREY and DARK_GREY with GREY_B and GREY_D
|
2021-01-02 22:44:53 -08:00 |
|
Grant Sanderson
|
32b76bf448
|
Small move to DEFAULT_PIXEL_HEIGHT, etc. In theory these values shouldn't matter anymore, but it's nice to have some default there for the definition of Camera
|
2021-01-02 22:38:07 -08:00 |
|
Grant Sanderson
|
6da1836f02
|
Take scene finding messages out of constants
|
2021-01-02 22:26:49 -08:00 |
|
Grant Sanderson
|
e01496e8bd
|
Rearrange how passing in no module or scenes is handled
|
2021-01-02 22:20:13 -08:00 |
|
Grant Sanderson
|
93fe783b80
|
Make it so that simply typing 'python -m manim' will embed you in a blank scene to work with
|
2021-01-02 22:03:00 -08:00 |
|
Grant Sanderson
|
7b3f4d08f5
|
Replace the progress bar with a simple display of what's being written which then gets deleted
|
2021-01-02 21:32:48 -08:00 |
|
Grant Sanderson
|
d2518df82c
|
Add deprication warning
|
2021-01-02 21:32:07 -08:00 |
|
Grant Sanderson
|
f11ab03112
|
Remove unnecessary imports
|
2021-01-02 21:31:56 -08:00 |
|
Grant Sanderson
|
d4207540bb
|
Removed files
|
2021-01-02 21:31:00 -08:00 |
|
Grant Sanderson
|
592432611b
|
Remove all configuration from constants.py, and clean up the many files affected by this move
|
2021-01-02 20:47:51 -08:00 |
|
Grant Sanderson
|
cf01a215db
|
Stop treating extract_scene like a script
|
2021-01-02 19:03:01 -08:00 |
|
Grant Sanderson
|
ba46164b49
|
Remove image showing methods from mobject
|
2021-01-02 19:02:22 -08:00 |
|
Grant Sanderson
|
525309f277
|
Small update to example_scenes.py description
|
2021-01-02 11:13:14 -08:00 |
|
Grant Sanderson
|
343253b787
|
Remove livestream related arguments
|
2021-01-02 11:12:43 -08:00 |
|
Grant Sanderson
|
123450c3f2
|
Merge pull request #1301 from Tony031218/shaders
Some cleanups and bug fixes for the shaders branch
|
2021-01-02 09:43:10 -08:00 |
|
Grant Sanderson
|
5424716877
|
Merge branch 'shaders' into shaders
|
2021-01-02 09:42:57 -08:00 |
|
Grant Sanderson
|
2a61360786
|
Merge license
|
2021-01-02 09:38:58 -08:00 |
|
Grant Sanderson
|
471eb8b0d9
|
Added .gitignore from https://www.toptal.com/developers/gitignore/
|
2021-01-02 09:37:28 -08:00 |
|
Tony031218
|
d221073360
|
update README.md
|
2021-01-02 19:20:25 +08:00 |
|
Tony031218
|
8b2785fdc9
|
fix bugs in extract_scene.py
|
2021-01-02 19:17:11 +08:00 |
|
Tony031218
|
d28f30dc4a
|
fix bugs of window position on Windows
|
2021-01-02 19:16:35 +08:00 |
|
Tony031218
|
23af9c6c9c
|
fix bugs on Windows and ctex
|
2021-01-02 19:15:30 +08:00 |
|
Tony031218
|
38b293c204
|
remove versions from requirements.txt and update environment.yml
|
2021-01-02 19:14:00 +08:00 |
|
Tony031218
|
b54e9efccf
|
delete docs/ travis and docker
|
2021-01-02 19:12:54 +08:00 |
|
Grant Sanderson
|
e3acb920f4
|
Remove MoveCar
|
2021-01-01 21:11:17 -08:00 |
|