|
b94e9f3a24
|
Fix Restore
|
2022-11-04 12:27:50 -07:00 |
|
|
764dec20eb
|
Merge pull request #1889 from 3b1b/bug-fixes
Bug fixes
|
2022-11-03 16:49:40 -07:00 |
|
|
8adf99b8a7
|
Fix Circle.point_at_angle
https://github.com/3b1b/manim/issues/1875
|
2022-11-03 16:48:30 -07:00 |
|
|
a2606c7e37
|
Make sure find_intersection returns a result matching the shape of inputs
|
2022-11-03 16:48:14 -07:00 |
|
|
84fa3de435
|
By default, don't let Mobject.become match updaters
This causes the use of Mobject.become in an updater function to make the mobject immediately lose its updater.
https://github.com/3b1b/manim/issues/1877
|
2022-11-03 16:35:41 -07:00 |
|
|
f878537814
|
Don't have Matrix try to convert lists of Mobject into numpy arrays
https://github.com/3b1b/manim/issues/1878
|
2022-11-03 16:31:19 -07:00 |
|
|
8e6265d35e
|
Give set_color_by_gradient more expected behavior
https://github.com/3b1b/manim/issues/1882
|
2022-11-03 16:17:17 -07:00 |
|
|
834c806e83
|
Merge pull request #1888 from 3b1b/video-work
Video work
|
2022-11-03 16:05:34 -07:00 |
|
|
471dcdbaf1
|
Merge pull request #1879 from zaharkogan/patch-1
Update LICENSE.md
|
2022-11-03 15:45:00 -07:00 |
|
|
ee668dc741
|
Merge pull request #1858 from IcyChlorine/bugfix_progress_bar
Fix bug with rendering progress bar
|
2022-11-03 15:44:32 -07:00 |
|
|
d28ba53f22
|
Merge branch 'video-work' of github.com:3b1b/manim into video-work
|
2022-11-03 11:34:01 -07:00 |
|
|
faa37844e7
|
Add unit_tex option for NumberLine.add_numbers
|
2022-11-03 11:32:25 -07:00 |
|
|
80d34547db
|
Typo fix
|
2022-11-03 11:32:25 -07:00 |
|
|
ce77f38bf1
|
Add CoordinateSystem.bind_graph_to_func
|
2022-11-03 11:32:25 -07:00 |
|
|
1bd3d61b08
|
Add unit_tex option for NumberLine.add_numbers
|
2022-11-03 11:30:20 -07:00 |
|
|
c3c1d3ec35
|
Typo fix
|
2022-11-03 11:29:49 -07:00 |
|
|
e89f193c56
|
Add CoordinateSystem.bind_graph_to_func
|
2022-11-03 11:29:43 -07:00 |
|
|
8dfa6415dc
|
Update LICENSE.md
Source: https://softwareengineering.stackexchange.com/questions/210472/is-renewal-of-mit-license-needed-on-github-at-the-beginning-of-each-year
|
2022-10-11 15:33:50 +03:00 |
|
|
fb50e4eb55
|
Fixing a typo ("termnial" -> "terminal") (#1872)
|
2022-10-01 16:07:09 +08:00 |
|
|
abe52a61d9
|
Merge pull request #1864 from 3b1b/video-work
Video work
|
2022-09-13 14:12:05 -07:00 |
|
|
88f2ae6d0d
|
Merge branch 'master' of github.com:3b1b/manim into video-work
|
2022-09-13 14:08:15 -07:00 |
|
|
d2e570eb19
|
Merge pull request #1862 from widcardw/dev
Add `set_anim_args` to `.animate` method
|
2022-09-13 12:42:36 -07:00 |
|
|
d48957c312
|
Merge pull request #1818 from YishiMichael/refactor
Add `template` and `additional_preamble` parameters to `Tex`
|
2022-09-13 12:42:15 -07:00 |
|
|
0c75d79080
|
Have window default to half monitor width instead of half height
|
2022-09-13 11:46:33 -07:00 |
|
|
603a773847
|
fix: pass args by calling animate that borrowed from CE
|
2022-09-11 22:59:43 +08:00 |
|
|
2f691355db
|
chore: add doc-string of set_anim_args
|
2022-09-11 10:31:30 +08:00 |
|
|
a613099b1d
|
feat: add set_anim_args to .animate method
|
2022-09-11 10:22:08 +08:00 |
|
|
fa1d938af1
|
chore: Optimize warning info
|
2022-09-10 23:55:52 +08:00 |
|
|
455d6604be
|
chore: Restrict version of svgelements
|
2022-09-07 13:28:27 +08:00 |
|
|
4a575afdde
|
chore: Remove unused namespace constants
|
2022-09-07 13:23:02 +08:00 |
|
|
ae115d9992
|
refactor: Remove expansion of <use> elements
|
2022-09-07 13:19:08 +08:00 |
|
|
8882030136
|
thumbnails
|
2022-08-27 12:11:55 +08:00 |
|
|
8719107b18
|
fix the bug that progress bar can't be correctly showed while rendering if scene class name isn't passed in args explicitly.
|
2022-08-27 11:25:36 +08:00 |
|
|
53c43ee8ea
|
fix: recover default_config.yml
|
2022-08-23 11:41:21 +08:00 |
|
|
3c0abb0b40
|
fix: add missed imports
|
2022-08-23 11:40:19 +08:00 |
|
|
eadf611f1e
|
fix: fix an incorrect typing
|
2022-08-22 22:05:33 +08:00 |
|
|
4dfe8aff86
|
refactor: refactor StringMobject
|
2022-08-22 21:52:48 +08:00 |
|
|
8bd01d60e4
|
fix: add protect attribute to hash_seed
|
2022-08-22 17:08:58 +08:00 |
|
|
c2a75e15cc
|
refactor: refactor StringMobject
|
2022-08-22 16:55:46 +08:00 |
|
|
19c757ec90
|
refactor: refactor StringMobject
|
2022-08-20 13:01:59 +08:00 |
|
|
7ffc7b33f7
|
Refactor StringMobject and relevant classes
|
2022-08-07 23:57:54 +08:00 |
|
|
28e4240475
|
Refactor StringMobject and relevant classes
|
2022-08-07 11:29:31 +08:00 |
|
|
f434eb93e2
|
Refactor StringMobject and relevant classes
|
2022-08-07 00:50:29 +08:00 |
|
|
69bb4f026c
|
Make sure Window matches aspect ratio of Camera
|
2022-07-19 12:57:25 -07:00 |
|
|
0406557b5c
|
Make sure CLI resolution updates will work
|
2022-07-19 12:46:45 -07:00 |
|
|
de7d9ce8c9
|
Don't let stroke width vary with zoom levels
|
2022-07-19 12:38:45 -07:00 |
|
|
eff9e6f732
|
Animate resetting
|
2022-07-19 12:38:02 -07:00 |
|
|
cc81cc5cf5
|
Move unit normal refreshing to VMobject
|
2022-07-19 12:37:34 -07:00 |
|
|
af7c58dbe8
|
Import DEGREES
|
2022-07-19 12:36:50 -07:00 |
|
|
7c4bb9cbbd
|
Include upper endpoint on graphs
|
2022-07-19 12:36:24 -07:00 |
|