186 Commits

Author SHA1 Message Date
707a2f6f63 Get rid of lag_factor 2019-02-08 18:42:40 -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
13b701ba1b LaggedStart -> OldLaggedStart 2019-02-08 14:49:38 -08:00
bf738b70d7 update_submobject -> interpolate_submobject 2019-02-08 12:00:51 -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
14550105d4 Get rid of max_stem_width_to_tip_width_ratio 2019-02-07 21:14:03 -08:00
0a65ee6725 Getting rid of use_rectangular_stem for Arrow 2019-02-07 17:53:11 -08:00
2dfd6f72f4 dashed_segment_length -> dash_length 2019-02-07 15:39:45 -08:00
8bb1085051 position_endpoints_on -> put_start_and_end_on 2019-02-07 10:59:28 -08:00
aa3d9e1a49 Few updates to Arc and Circle 2019-02-07 09:26:18 -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
24d6113bba Get rid of propagate_style_to_family, since it is basically always true 2019-02-06 16:25:03 -08:00
47f6d6ba38 Rewrote ParametricFunction to have less buggy interpolation 2019-02-06 15:18:11 -08:00
b7cf5e82e3 rate_func can no longer be None, must be a function. Use 'linear' instead of None 2019-02-05 15:39:58 -08:00
2730c1036b Removed VMobject.change_anchor_mode 2019-02-05 15:24:30 -08:00
1f46904f9b Remove add_control_points, re-implement VMobject.align_points 2019-02-05 13:12:55 -08:00
eaf25ff34b Changing the way VMobject handles its internal bezier curves so as to eliminate the need for sup_paths 2019-02-05 11:02:15 -08:00
eb0c63606d sort_submobject -> sort and shuffle_submobjects -> shuffle 2019-02-04 15:02:32 -08:00
20f25615a6 arrange_submobjects -> arrange 2019-02-04 14:54:25 -08:00
b70e0a0c75 Small changes to retired clacks project 2019-02-04 10:32:24 -08:00
e5861fb3d7 Retire clacks to old_projects 2019-02-03 12:16:57 -08:00
900e6ac837 Use frame_rate, instead of frame_duration, and make that part of the camera rather than the scene 2019-01-25 10:13:17 -08:00
c9db4e741c Slight changes to ShowTwoPopulations 2019-01-22 15:40:40 -08:00
e5e233262c CircleThenFadeAround -> ShowCreationThenFadeAround 2019-01-15 12:20:43 -08:00
cf958684e8 Moved uncertainty Flash animation into indication, and cleaned up for more general use 2019-01-05 11:08:08 -08:00
47d8caa80e Use os.devnull instead of utils.tex_file_writing.get_null(); also small typos that cause SyntaxError (#382)
* Update tex_file_writing.py

* Change "/dev/null" to os.getnull in utils/sounds.py SoX "play" command

* Fix typo
2018-12-29 09:27:03 -08:00
afdf907abc fix imports, remove __init__.py files, some pep8 linting 2018-12-27 09:41:41 -08:00
9db4faf179 Merge branch 'master' of github.com:3b1b/manim into shadows 2018-12-26 11:42:05 -08:00
72dc14a3e8 Retired sphere_area and for_flammy 2018-12-26 11:37:07 -08:00
24187f3776 Changes to zeta 2018-12-26 11:35:50 -08:00
8015e7a29b revised fallback to plain pi creature, revise some latex, make once_useful_constructs into a package 2018-12-01 14:28:51 -08:00
b30e56d84c Moved SpecialThreeDScene out of quaternions into three_d_scene 2018-11-24 12:16:07 -08:00
662e3ff35b Merge pull request #341 from vavanade/patch-1
determinant mistype
2018-11-18 08:33:59 -08:00
4092fae63c Retire borsuk_addition to old_projects 2018-11-18 10:31:02 -06:00
41626dd151 New thumbnail for wallis 2018-11-18 10:30:13 -06:00
7429e9e042 determinant mistype 2018-11-16 21:00:15 +01:00
09815043f4 Setup for borsuk_addition animations 2018-11-09 16:01:41 -08:00
260456d1c0 Move turbulence to old_projects 2018-11-07 17:09:48 -08:00
926044c9f4 Merge branch 'master' of github.com:3b1b/manim into shadows 2018-11-07 15:55:08 -08:00
6e3a576d69 Delete whitespace spam on the end of the file 2018-11-05 13:44:09 +01:00
c95fb5fe46 Renamed ANIMATION_DIR to VIDEO_DIR, also replacing 'animations' with 'video' in the path 2018-10-30 12:28:22 -07:00
fc26becc5d Merge pull request #310 from cclauss/patch-1
Explicit tuple required in comprehension in Python 3
2018-10-04 18:28:36 -07:00
22f496678a Merge pull request #312 from cclauss/patch-2
from utils.space_ops import get_norm
2018-10-04 18:28:11 -07:00
45d3806b86 Rename set_color_columns 2018-09-27 17:37:25 -07:00
543c22cc2f from utils.space_ops import get_norm
__get_norm()__ is called on lines 259 and 265 but it is never imported or defined.

[flake8](http://flake8.pycqa.org) testing of https://github.com/3b1b/manim on Python 3.7.0

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./old_projects/bell.py:222:38: E999 SyntaxError: invalid syntax
            for here, x in (here1, 0), (here2, 4)
                                     ^
./old_projects/borsuk.py:217:11: E999 SyntaxError: invalid syntax
         y=lambda m: m1.get
          ^
./old_projects/eoc/chapter6.py:399:35: E999 SyntaxError: invalid syntax
                for i, j in (1, 0), (0, 1)
                                  ^
./old_projects/nn/network.py:258:16: F821 undefined name 'get_norm'
        norm = get_norm(gradient)
               ^
./old_projects/nn/network.py:264:15: F821 undefined name 'get_norm'
        print(get_norm(old_pre_sig_guess - pre_sig_guess))
              ^
3     E999 SyntaxError: invalid syntax
2     F821 undefined name 'get_norm'
5
```
2018-09-24 07:43:45 +01:00
88c83ac884 Explicit tuple required in comprehension in Python 3 2018-09-24 07:15:52 +01:00