cdadaf8a8c
Rename LabelledString to StringMobject
2022-05-06 22:09:58 +08:00
511a3aab3d
[WIP] Remove comments
2022-05-04 22:18:19 +08:00
1cb7401141
[WIP] Refactor LabelledString and relevant classes
2022-05-04 21:56:13 +08:00
ab8f78f40f
[WIP] Refactor LabelledString and relevant classes
2022-05-03 23:39:37 +08:00
03cb42ba15
[WIP] Refactor LabelledString and relevant classes
2022-05-02 22:40:06 +08:00
97edc2d6cf
Merge branch 'master' into refactor
2022-04-24 08:26:22 +08:00
e085c2e214
Refactor LabelledString and relevant classes
2022-04-23 17:17:43 +08:00
bf5cec7dba
Revert some files
2022-04-22 15:41:57 +08:00
f8c8a399c9
Revert some files
2022-04-22 15:31:13 +08:00
d24b8ff48f
Merge branch 'master' into master
2022-04-20 22:40:11 -07:00
485a4ca33a
Merge pull request #1794 from 3b1b/video-work
...
InteractiveScene, etc.
2022-04-20 22:22:09 -07:00
cc563bf5e2
Merge pull request #1787 from lakscastro/patch-1
...
Remove unused import
2022-04-20 22:19:17 -07:00
fdeab8ca95
Make sure AnimationGroup plays nicely with setting mobject animation status
2022-04-20 21:47:47 -07:00
0e0244128c
Refactor LabelledString and relevant classes
2022-04-17 13:57:03 +08:00
654da85cf6
Adjust typings
2022-04-16 14:09:59 +08:00
ac4620483c
Support flexible selector types
2022-04-16 12:53:43 +08:00
0a810bb4f1
Refactor LabelledString
2022-04-15 22:54:06 +08:00
50565fcd7a
Change the way changing-vs-static mobjects are tracked
...
Previously, Camera would keep track of which mobjects are supposed to be "static", so that it could generated their render groups once and not repeat unnecessarily. This had an awkward dependence where Scene would then need to keep track of which mobjects should and should not be considered static.
This update pushes that logic to the Mobject level, where it keeps track internally of whether it's being animated, has an updater, or can be moved around by the mouse.
2022-04-14 16:27:58 -07:00
fbebaf0c75
Sort imports
2022-04-12 19:39:19 +08:00
9ef9961d0e
Sort imports
2022-04-12 19:19:59 +08:00
31cbf2d905
Remove unused improt
2022-04-10 20:00:10 -03:00
e23f667c3d
Fix bug when handling multi-line tex
2022-04-10 08:36:13 +08:00
d5ab9a91c4
Reorganize files
2022-03-31 16:15:58 +08:00
fc4f649570
Fix bugs brought by empty strings
2022-03-31 10:36:14 +08:00
0add9b6e3a
Rename file
2022-03-30 21:57:27 +08:00
c5ec47b0e9
Refactor LabelledString
2022-03-30 21:53:00 +08:00
7e8b3a4c6b
Refactor LabelledString
2022-03-29 23:38:06 +08:00
0e31ff12e2
Tiny fix for TransformMatchingString
2022-03-28 18:54:43 +08:00
473aaea399
Construct LabelledString
2022-03-28 17:55:50 +08:00
4fbe948b63
style: insert an empty line after import
2022-02-16 21:08:25 +08:00
854f7cd2bf
fix: remove type alias import in indication.py
2022-02-15 18:47:17 +08:00
41c4023986
chore: add type hints to manimlib.animation
2022-02-15 18:39:45 +08:00
b3b7d214ad
Fix Write bug ( #1740 )
...
* Avoid division by zero error for calling Write on null objects
2022-02-13 20:04:05 -08:00
f9351536e4
minor fixes ( #1737 )
2022-02-13 11:12:41 +08:00
d6b20a7306
Refactor MTex and implement TransformMatchingMTex ( #1725 )
...
* Some small refactors
* Refactor MTex
* Implement TransformMatchingMTex
* Some refactors
* Some refactors
* Some small refactors
* Strip strings before matching
* Implement get_submob_tex
* Use RGB color mode
* Some small refactors
2022-02-07 08:21:53 -08:00
7023548ec6
Fix TransformMatchingParts bug
2021-12-13 16:03:12 -08:00
ee1594a3cb
Match fix_in_frame status for FlashAround mobject
2021-11-30 11:29:12 -08:00
bcd09906be
Fix bug in ShowSubmobjectsOneByOne
2021-11-22 08:05:59 -08:00
c08ea4e645
Add FlashyFadeIn
2021-08-19 09:00:30 -07:00
1e621e8278
fix: fix typo spelling grammar
2021-08-07 22:25:26 +07:00
5ff8e28ba5
Change suspend_mobject_updating default
2021-06-16 10:33:06 -07:00
42d8888f8e
Allow any VMobject to be passed into TransformMatchingTex, so that slicing into Tex works
2021-03-31 23:28:49 -07:00
288983e7b9
Make sure mobject data gets unlocked after animations
2021-03-18 17:43:15 -07:00
f6ff070a8e
Add FlashAround and FlashUnder
2021-03-18 17:42:47 -07:00
e35f8466be
Added VShowPassingFlash
2021-02-25 08:45:03 -08:00
e1e7b1e6c1
Changes to make reduce the time of from manimlib import *
2021-02-11 12:22:37 -08:00
dba0550da5
Merge branch 'TonyCrane-package-improve'
2021-02-11 10:54:30 -08:00
d7f3f5ad24
Buf fixes for #1378
2021-02-10 16:45:23 -08:00
d24ba30fde
Add .animate syntax
2021-02-10 07:43:46 -06:00
cbe016391b
delete old entry point file and add __init__ for folders
2021-02-07 17:48:51 +08:00