Commit graph

83 commits

Author SHA1 Message Date
Grant Sanderson
0fe05ce07d Starting to chase scene to account for a shader-based camera 2020-02-04 15:28:50 -08:00
Grant Sanderson
8488b9053d Removed live_streaming conditions, as those don't work anyway and will be replaced in functionality soon. Also have the ffmpeg pipe take in raw bytes directly, rather than going through the intermediary of a numpy array 2020-02-04 15:26:09 -08:00
Grant Sanderson
40c8b7db76 Removed the option for displaying to excluse submobjects 2020-01-16 11:04:11 -08:00
Grant Sanderson
1609be6d49 Created and moved extract_mobject_family_members and restructure_list_to_exclude_certain_family_members functions 2020-01-15 18:30:58 -08:00
Grant Sanderson
1917349c4a Removed foreground mobjects 2020-01-15 18:01:28 -08:00
Grant Sanderson
77acc999cd Rename number_line_config to axis_config 2020-01-15 15:40:30 -08:00
Grant Sanderson
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
Devin Neal
bcb8824e2c
Merge pull request #698 from Elteoremadebeethoven/master_3b1b
Solve issue add sound in Windows 10
2019-11-06 16:21:58 -08:00
Grant Sanderson
c79474a57c Small changes to the ffmpeg args when writing video files 2019-10-28 14:40:46 -07:00
Grant Sanderson
f54b2ac81a Don't add sound while skipping animations 2019-09-10 13:26:30 -07:00
Alexander Vázquez
32abbb9371
Change way to remove sound_file_path 2019-08-20 01:34:13 -05:00
xy-23
519f82f1e7 Fix tqdm display problem in windows 2019-07-26 16:45:52 +08:00
Grant Sanderson
61bb4944fa Remove borken save_as_gif lines 2019-07-24 20:36:44 -07:00
Devin Neal
3ec231f0ca add video_output_dir flag 2019-06-21 22:52:16 -07:00
Grant Sanderson
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
Devin Neal
f81c275631 make media, tex, and video directories configurable via flags 2019-06-04 20:51:18 -07:00
Devin Neal
caa4577cd1 reorganize media file tree 2019-06-03 23:41:05 -07:00
Charly
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
Grant Sanderson
6e6dd260da Merge branch 'master' of github.com:3b1b/manim into diffyq 2019-05-24 15:06:59 -07:00
Grant Sanderson
bf8f517b49 Changed SceneFileWriter.get_default_file_name 2019-05-24 15:05:20 -07:00
Devin Neal
19a98ea6bd fix mishandled relative paths 2019-05-01 01:16:56 -07:00
Devin Neal
8d621e7cca tweak travis configuration 2019-04-30 21:52:34 -07:00
Grant Sanderson
14a9316643 Make sure skipped wait calls use a longer dt 2019-04-16 12:50:56 -07:00
Grant Sanderson
cc7c2cfb73 Remove Transform(...).update(1) call from GraphScene 2019-04-11 09:55:56 -07:00
Grant Sanderson
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
Grant Sanderson
9c381d15b6 ThreeDScene was still using continual animation constructs 2019-03-25 16:43:40 -07:00
Grant Sanderson
ecb9184e1a Small addition for clarity 2019-03-19 17:31:03 -07:00
Grant Sanderson
d0b2d8ee5e Small changes to LinearTransformationScene 2019-03-18 14:35:33 -07:00
Grant Sanderson
bbf7cac78c Small renaming save_image -> save_final_image, which is more honest 2019-03-16 22:11:19 -07:00
Grant Sanderson
4451e9a265 Fixed configuration of VectorSpaceScene 2019-03-16 22:10:35 -07:00
Guillermo Garza
528e2d3195 Fix position of labels on the y-axis 2019-03-08 14:57:45 -06:00
Guillermo Garza
88b8bf9666 Fix the position of the y-axis label 2019-03-07 15:29:01 -06:00
Rodrigo Castellon
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
Grant Sanderson
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
Grant Sanderson
e1deb770c8 Remove all support of ContinualAnimations from Scene 2019-02-16 12:08:16 -08:00
Grant Sanderson
e09fa811e5 Some preliminary changes to get rid of ContinualAnimation dependencies 2019-02-15 20:05:16 -08:00
Grant Sanderson
1aaef5aba9 Change where Animation.begin is invoked 2019-02-11 20:53:20 -08:00
Grant Sanderson
82f0afb4dd Got rid of ContinualUpdate 2019-02-11 15:48:44 -08:00
Grant Sanderson
88b35c45b8 Created fading.py and growing.py to help break up animation.creation.py 2019-02-09 09:08:57 -08:00
Grant Sanderson
64eb670027 Get rid of lagged_start 2019-02-08 15:53:27 -08:00
Grant Sanderson
cf92cd161e Get rid of all_at_once 2019-02-08 15:49:06 -08:00
Grant Sanderson
f9010f3421 Get rid of one_at_a_time 2019-02-08 15:44:58 -08:00
Grant Sanderson
a2d99741f3 Remove kwargs from begin_animations 2019-02-08 15:26:30 -08:00
Grant Sanderson
a1cead1570 Factored out parts of Scene.play 2019-02-08 12:51:21 -08:00
Grant Sanderson
ec638de1ec Fixed Animation to work for updating mobjects 2019-02-08 12:32:24 -08:00
Grant Sanderson
1c4ff6a556 update_mobject -> interpolate_mobject for Animation, but not for ContinualAnimation 2019-02-08 11:57:27 -08:00
Grant Sanderson
bf3d9c9b5a clean_up -> clean_up_from_scene 2019-02-08 11:00:04 -08:00
Grant Sanderson
e3ee258d91 Replaced merge_config with merge_dicts_recursively 2019-02-06 21:32:42 -08:00
Grant Sanderson
d88c301622 Updating coordinate system mobjects 2019-02-06 21:16:26 -08:00
Grant Sanderson
47f6d6ba38 Rewrote ParametricFunction to have less buggy interpolation 2019-02-06 15:18:11 -08:00