|
feab79c260
|
Get rid of overly complicated anims_from_play_args (which means old style method building is no longer supported)
|
2022-05-02 11:10:57 -07:00 |
|
|
308aadcec5
|
Make show_animation_progress effective
|
2022-05-02 11:09:09 -07:00 |
|
|
4a8e8e5447
|
Clear later checkpoints
|
2022-05-01 15:31:42 -04:00 |
|
|
602fbd1a9f
|
Fix -e for first line of scene
|
2022-05-01 15:31:31 -04:00 |
|
|
33ffd4863a
|
Add crosshair
|
2022-05-01 15:31:07 -04:00 |
|
|
6a664ece78
|
Rename InteractiveScene.colors -> InteractiveScene.palette_colors
|
2022-04-28 19:16:11 -04:00 |
|
|
354030464e
|
Bug patch Tex sometimes rendering black
|
2022-04-28 19:15:53 -04:00 |
|
|
a791a82111
|
Bug fix
|
2022-04-28 19:15:26 -04:00 |
|
|
7f94a401a8
|
Wait on start for presenter mode
|
2022-04-28 12:15:00 -06:00 |
|
|
ed5a435852
|
Default to more highlight layers
|
2022-04-28 12:14:49 -06:00 |
|
|
a4b38fd420
|
Clean up DecimalNumber constructor
|
2022-04-28 12:14:36 -06:00 |
|
|
c1b222c233
|
Set default buff for is_point_touching to 0
|
2022-04-28 11:59:56 -06:00 |
|
|
5d59f945ca
|
FillArrow tweak
|
2022-04-28 11:59:38 -06:00 |
|
|
ac08963fef
|
Have selection_highlight refresh with an updater
|
2022-04-28 11:59:21 -06:00 |
|
|
e83ad785ca
|
Handle quitting during scene more gracefully
|
2022-04-27 11:19:44 -07:00 |
|
|
52259af5df
|
Don't show animation progress bar by default
|
2022-04-27 11:19:20 -07:00 |
|
|
7c233123a1
|
Tweaks and fixes to InteractiveScene
|
2022-04-27 09:55:46 -07:00 |
|
|
c311204993
|
Tweaks to VHighlight
|
2022-04-27 09:55:29 -07:00 |
|
|
2b104a46fd
|
Add error message to LatexError
|
2022-04-27 09:55:15 -07:00 |
|
|
d75439a60e
|
Hacky fix to lambda namespace issues with IPython embeds
|
2022-04-27 09:54:29 -07:00 |
|
|
1b589e336f
|
Add checkpoints to Scene
|
2022-04-27 09:53:56 -07:00 |
|
|
ec9ed32d78
|
Organize get_ancestors from top to bottom
|
2022-04-27 09:53:23 -07:00 |
|
|
0e45b41fea
|
Match updaters in Mobject.become
|
2022-04-27 09:52:44 -07:00 |
|
|
c498b88750
|
Small tweaks to Mobject.looks_identical for marginal speed
|
2022-04-27 09:52:27 -07:00 |
|
|
2dcc989bb4
|
(whitespace)
|
2022-04-27 09:51:43 -07:00 |
|
|
b920e7be7b
|
Rewrite remove_list_redundancies based on (ordered) dicts
|
2022-04-25 10:45:35 -07:00 |
|
|
4c1210b3ab
|
Add smarter default radius to round_corners
|
2022-04-25 10:26:29 -07:00 |
|
|
aaea3f40f6
|
Don't copy Mobject attrs which are mobject but not family members
|
2022-04-25 10:26:07 -07:00 |
|
|
d6bf9f00a1
|
Slight tweaks
|
2022-04-25 10:25:35 -07:00 |
|
|
42d1f48c60
|
Only leave wait notes in presenter mode
|
2022-04-25 09:55:49 -07:00 |
|
|
01f0dd30d0
|
Have Scene.remove look at extended ancestry
|
2022-04-25 09:55:00 -07:00 |
|
|
40b432a29b
|
Add extended option to Mobject.get_ancestors
|
2022-04-25 09:54:32 -07:00 |
|
|
d43b5c9bdc
|
Fix shift + s gather selection bug
|
2022-04-24 13:32:26 -07:00 |
|
|
f2b4245c13
|
Slight speed-up to InteractiveScene.gather_selection
|
2022-04-24 13:24:55 -07:00 |
|
|
e49e4b8373
|
Speed-ups to Mobject.copy
|
2022-04-24 13:24:20 -07:00 |
|
|
66f695a1ed
|
Ensure ShaderWrapper.copy copies uniforms which are numpy arrays
|
2022-04-24 13:23:30 -07:00 |
|
|
cc8922155d
|
Make sure Scene.remove clears internal mobject list of family members of args
|
2022-04-24 13:23:02 -07:00 |
|
|
6310e2fb64
|
Clean up Scene.remove function, delete restructure_list_to_exclude_certain_family_members
|
2022-04-24 10:29:31 -07:00 |
|
|
db884b0a67
|
Add Mobject.get_ancestors
|
2022-04-24 10:29:02 -07:00 |
|
|
efe051b8e1
|
Revert to -e to create a new temporary file, rather than writing over the original
|
2022-04-24 10:28:53 -07:00 |
|
|
205116b8ce
|
Fix refresh_selection_highlight
|
2022-04-23 18:52:44 -07:00 |
|
|
bd2dce0830
|
When scene saves state, have it only copy mobjects which have changed
|
2022-04-23 18:52:26 -07:00 |
|
|
3ae0a4e81b
|
Add equality for ShaderWrapper
|
2022-04-23 18:51:03 -07:00 |
|
|
c3c5717dde
|
Add Mobject.looks_identical
|
2022-04-23 18:50:45 -07:00 |
|
|
d9475a6860
|
Remove unnecessary imports
|
2022-04-23 10:16:48 -07:00 |
|
|
902c2c002d
|
Slight copy refactor
|
2022-04-23 10:16:35 -07:00 |
|
|
587bc4d0bd
|
Add necessary import
|
2022-04-23 10:16:23 -07:00 |
|
|
d733687834
|
Have -e write over original source file, then correct
|
2022-04-23 10:16:11 -07:00 |
|
|
0fd8491c51
|
Move Command + z and Command + shift + z behavior to Scene
|
2022-04-23 09:20:44 -07:00 |
|
|
2ba9243067
|
Merge branch 'master' of github.com:3b1b/manim into video-work
|
2022-04-23 09:03:53 -07:00 |
|