ba405521ce
fix typo docstring in scene_file_writer.py
2020-11-29 11:51:20 +08:00
dec753fc26
Update scene.py
2020-10-05 17:49:40 -04:00
a42d9c6ecb
fixed deprecation warning: tostring -> tobytes
2020-08-27 14:03:43 +03:00
a529a59abf
Added DocStrings for all methods in Container, Scene, GraphScene, MovingCameraScene, SceneFileWriter, ThreeDScene, SpecialThreeDScene, ZoomedScene, VectorScene, and LinearTransformationScene. ( #1040 )
...
* Added DocStrings for methods in Container and Scene.
Removed 2 unused imports from scene.py.
* Added DocStrings for all methods in GraphScene, MovingCameraScene, SceneFileWriter, ThreeDScene, SpecialThreeDScene and ZoomedScene.
* Added DocStrings for all methods in `VectorScene` and LinearTransformationScene...
...except `position_x_coordinate` and `position_y_coordinate`
Co-authored-by: Aathish Sivasubrahmanian <aathishs@Aathishs-MacBook-Air.local>
2020-05-13 22:41:22 -07:00
7f1a15b6ba
Fixed ffmpeg 'Impossible to Open' and 'Protocol not found' ( #1057 )
2020-05-13 22:13:56 -07:00
87d8671995
Remove livestreaming option
2020-04-16 23:59:22 -07:00
77acc999cd
Rename number_line_config to axis_config
2020-01-15 15:40:30 -08:00
1279f040da
Temporarily adding input_file_path to SceneFileWrite config. Not sure why this isn't there already, or if there are problems with setting a default, but it fixed a weird bug that had arisen
2020-01-11 17:14:02 -08:00
bcb8824e2c
Merge pull request #698 from Elteoremadebeethoven/master_3b1b
...
Solve issue add sound in Windows 10
2019-11-06 16:21:58 -08:00
c79474a57c
Small changes to the ffmpeg args when writing video files
2019-10-28 14:40:46 -07:00
f54b2ac81a
Don't add sound while skipping animations
2019-09-10 13:26:30 -07:00
32abbb9371
Change way to remove sound_file_path
2019-08-20 01:34:13 -05:00
519f82f1e7
Fix tqdm display problem in windows
2019-07-26 16:45:52 +08:00
61bb4944fa
Remove borken save_as_gif lines
2019-07-24 20:36:44 -07:00
3ec231f0ca
add video_output_dir flag
2019-06-21 22:52:16 -07:00
2ccf83c0aa
Change output folder heirarchy back to grouping files of similar types, rather grouping them as parts of the same scene
2019-06-13 16:15:02 -07:00
f81c275631
make media, tex, and video directories configurable via flags
2019-06-04 20:51:18 -07:00
caa4577cd1
reorganize media file tree
2019-06-03 23:41:05 -07:00
c42ae8a55b
add option -i to save as gif ( #529 )
...
* add option -i to save as gif
* re-add -c command
* No longer needs to save mp4 first
2019-06-02 12:13:22 -07:00
6e6dd260da
Merge branch 'master' of github.com:3b1b/manim into diffyq
2019-05-24 15:06:59 -07:00
bf8f517b49
Changed SceneFileWriter.get_default_file_name
2019-05-24 15:05:20 -07:00
19a98ea6bd
fix mishandled relative paths
2019-05-01 01:16:56 -07:00
8d621e7cca
tweak travis configuration
2019-04-30 21:52:34 -07:00
14a9316643
Make sure skipped wait calls use a longer dt
2019-04-16 12:50:56 -07:00
cc7c2cfb73
Remove Transform(...).update(1) call from GraphScene
2019-04-11 09:55:56 -07:00
982d437267
Use get_family_updaters to test if a mobject should be drawn during every frame of an animation
2019-04-04 14:29:52 -07:00
9c381d15b6
ThreeDScene was still using continual animation constructs
2019-03-25 16:43:40 -07:00
ecb9184e1a
Small addition for clarity
2019-03-19 17:31:03 -07:00
d0b2d8ee5e
Small changes to LinearTransformationScene
2019-03-18 14:35:33 -07:00
bbf7cac78c
Small renaming save_image -> save_final_image, which is more honest
2019-03-16 22:11:19 -07:00
4451e9a265
Fixed configuration of VectorSpaceScene
2019-03-16 22:10:35 -07:00
528e2d3195
Fix position of labels on the y-axis
2019-03-08 14:57:45 -06:00
88b8bf9666
Fix the position of the y-axis label
2019-03-07 15:29:01 -06:00
55c442f8fd
Fixed temp_file_path
to be more specific in adding the "_temp." string to file name ( #458 )
...
fixed for paths with periods in it
2019-02-26 16:52:30 -08:00
b2c7e83843
Removed ContinualAnimation, reimplemented some of its occurances in the old_projects, added warnings for the rest
2019-02-16 12:46:54 -08:00
e1deb770c8
Remove all support of ContinualAnimations from Scene
2019-02-16 12:08:16 -08:00
e09fa811e5
Some preliminary changes to get rid of ContinualAnimation dependencies
2019-02-15 20:05:16 -08:00
1aaef5aba9
Change where Animation.begin is invoked
2019-02-11 20:53:20 -08:00
82f0afb4dd
Got rid of ContinualUpdate
2019-02-11 15:48:44 -08:00
88b35c45b8
Created fading.py and growing.py to help break up animation.creation.py
2019-02-09 09:08:57 -08:00
64eb670027
Get rid of lagged_start
2019-02-08 15:53:27 -08:00
cf92cd161e
Get rid of all_at_once
2019-02-08 15:49:06 -08:00
f9010f3421
Get rid of one_at_a_time
2019-02-08 15:44:58 -08:00
a2d99741f3
Remove kwargs from begin_animations
2019-02-08 15:26:30 -08:00
a1cead1570
Factored out parts of Scene.play
2019-02-08 12:51:21 -08:00
ec638de1ec
Fixed Animation to work for updating mobjects
2019-02-08 12:32:24 -08:00
1c4ff6a556
update_mobject -> interpolate_mobject for Animation, but not for ContinualAnimation
2019-02-08 11:57:27 -08:00
bf3d9c9b5a
clean_up -> clean_up_from_scene
2019-02-08 11:00:04 -08:00
e3ee258d91
Replaced merge_config with merge_dicts_recursively
2019-02-06 21:32:42 -08:00
d88c301622
Updating coordinate system mobjects
2019-02-06 21:16:26 -08:00