f5455bb554
Avoid using set_points in Rotation
2023-01-05 08:29:59 -05:00
4c1f1f8749
Clean up TransformMatchingStrings
2022-12-30 15:09:07 -08:00
4335e85659
Abstract away logic of TransformMatchingStrings to a new version of TransformMatchingParts
2022-12-30 13:54:55 -08:00
96bc95ef38
Allow FadeTransform to group parts as VGroup if applicable
2022-12-30 13:53:32 -08:00
cec43dfe51
Use Vect3 type in fading.py
2022-12-30 13:53:12 -08:00
3b4a233bb1
Fix LaggedStartMap
2022-12-29 18:53:26 -08:00
25ac5f3507
Use Mobject.1.has_same_shape_as in TransformMatchingStrings
2022-12-29 12:03:17 -08:00
ef09d6fce2
Allow for AnimationGroup to specify that parts belong to a VGroup
2022-12-29 12:02:48 -08:00
4330f78ed6
Enable lag_ratio for TransformMatchingStrings
2022-12-29 10:44:52 -08:00
926f3515bf
Write new TransformMatchingStrings
2022-12-28 13:39:46 -08:00
62c9e2b58f
Fix data["orientation"] alignment issue a separate way
2022-12-23 18:09:09 -07:00
453b863738
Be sure to align data in FadeTransform
2022-12-23 17:24:33 -07:00
dd2fb6ae74
Delete refresh_unit_normal
2022-12-23 10:23:57 -07: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
b1f363d5a9
Expand input type for AnimationGroup
2022-12-18 19:52:48 -08:00
c96cdf43a1
Make sure mutability of dict arguments won't cause problems
...
One could argue that a pattern of "arg: dict | None = None" followed by "self.param = arg or dict()" is better, but that would make for an inconsistent pattern in cases where the default argument is not None.
2022-12-18 09:38:28 -08:00
43fd5e1aea
Move custom type to manimlib.typing
2022-12-16 20:19:18 -08:00
a4272d11a2
Finish last(?) digest_config vestige
2022-12-16 15:21:31 -08:00
a6db0877de
Remove stray imports
2022-12-16 15:21:14 -08:00
afab37c2d2
Remove stray digest_config references
2022-12-16 11:00:59 -08:00
10c0f4b694
Don't pass kwargs to Animation from LaggedStart
2022-12-15 11:33:41 -08:00
97a5861ccf
Remove stray "kwargs"
2022-12-15 09:18:53 -08:00
a0a17be6ea
Remove digest_config
2022-12-14 16:27:33 -08:00
4e8b80fe86
Ensure shift continues to be second arg of FadeOut
2022-12-14 16:27:25 -08:00
ca1ba67a85
Kill config in update.py
2022-12-14 16:02:15 -08:00
4aa7d439f1
Kill CONFIG in transform_matching_parts animations
2022-12-14 15:55:02 -08:00
0aa451396d
Kill CONFIG in specialized.py
2022-12-14 15:13:30 -08:00
a6744a19d3
Kill CONFIG in rotation.py
2022-12-14 15:08:20 -08:00
02c3243f98
Kill CONFIG in numbers.py
2022-12-14 15:02:25 -08:00
81615d9f4b
Kill CONFIG in movement.py
2022-12-14 14:58:25 -08:00
7dcf5eff8e
Kill CONFIG in indication.py
2022-12-14 14:40:05 -08:00
7474a98752
Kill config in growing.py
2022-12-14 12:08:18 -08:00
5571c7d576
Kill config in transform.py
2022-12-14 12:05:33 -08:00
adf886dced
Add 'Callable' import
2022-12-14 11:27:13 -08:00
f6858778c4
Kill config in fading
2022-12-14 11:27:00 -08:00
187de0163f
Kill config in creation.py
2022-12-14 10:58:35 -08:00
958002152e
Define ManimColor type in constants
2022-12-14 10:55:32 -08:00
a7bf10c570
Kill composition CONFIGs
2022-12-13 16:52:32 -08:00
6f470679f7
Kill Animation CONFIG
2022-12-13 15:45:57 -08:00
d8e4c1d698
Account for updated rate_func usage in Rotate
2022-11-18 09:07:33 -08:00
4e7f06dea8
Change rate_func to be used in submobject update
...
This allows for rate functions like overshoot and running start who have outputs outside of [0, 1] to still be used effectively.
2022-11-18 09:07:18 -08:00
b94e9f3a24
Fix Restore
2022-11-04 12:27:50 -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
a613099b1d
feat: add set_anim_args
to .animate
method
2022-09-11 10:22:08 +08:00
3c0abb0b40
fix: add missed imports
2022-08-23 11:40:19 +08:00
f0447d7739
Small refactors on StringMobject and relevant classes
2022-05-28 21:43:37 +08:00
cbffbfa019
Add back mismatched indices ( #1820 )
...
* Fix a logistic bug
* Add back mismatched indices
2022-05-25 14:12:54 +08:00
cece830349
Merge branch 'master' of github.com:3b1b/manim into video-work
2022-05-17 09:19:47 -07:00
25de729bb3
Only lock data for mobjects without updaters
2022-05-14 17:28:31 -07:00
cdadaf8a8c
Rename LabelledString to StringMobject
2022-05-06 22:09:58 +08:00