Grant Sanderson
|
d80dbb71d8
|
Bug fix to VMobject.set_sheen
|
2018-08-13 14:13:52 -07:00 |
|
Grant Sanderson
|
d2fa2b6ef2
|
Added get_complex_formatter to Decimal
|
2018-08-12 19:22:13 -07:00 |
|
Grant Sanderson
|
56d2dce133
|
Typo fix
|
2018-08-12 19:14:37 -07:00 |
|
Grant Sanderson
|
9e534fb78f
|
Update Decimal number changing
|
2018-08-12 19:05:31 -07:00 |
|
Grant Sanderson
|
b04bddf35b
|
Fixed (most) uses of cmp functions for sorting
|
2018-08-12 12:57:38 -07:00 |
|
Grant Sanderson
|
7f3b1e624d
|
Made Write a subclass of DrawBorderThenFill, as it should be
|
2018-08-12 12:47:16 -07:00 |
|
Grant Sanderson
|
5b5a83b316
|
Added Mobject.update capabilties, which should be nicer and lighter weight than using ContinualUpdateFromFunc all the time. Also changed the behavior of any Animation having its mobject automatically thrust up to the front of the screen
|
2018-08-12 12:17:32 -07:00 |
|
Grant Sanderson
|
114a37f32c
|
DEFAULT_POINT_THICKNESS -> DEFAULT_STROKE_WIDTH
|
2018-08-12 00:35:54 -07:00 |
|
Grant Sanderson
|
fe92169970
|
Make sure that altering the tex template files will change tex_hash
|
2018-08-11 19:38:59 -07:00 |
|
Grant Sanderson
|
e11611d482
|
Fixed bugs assoiated with setting fill or stroke using None arguments
|
2018-08-11 18:43:09 -07:00 |
|
Grant Sanderson
|
693c98cea7
|
Made sure get_boudary_point uses self.get_points_defining_boundary
|
2018-08-11 18:42:48 -07:00 |
|
Grant Sanderson
|
fb08fc0401
|
Fixed bubble sort bug
|
2018-08-11 17:16:03 -07:00 |
|
Grant Sanderson
|
5b9afe6e86
|
Bug fixes to new VMobject color model
|
2018-08-11 16:53:37 -07:00 |
|
Grant Sanderson
|
087715e538
|
Reimplented svg rendering using cairo, and changed vmobject color model to allow for gradeints and strokes with opacities. Many errors associated with python 2 to python 3 conversion are likely still present at this point.
|
2018-08-10 15:12:49 -07:00 |
|
Grant Sanderson
|
858051a806
|
After running 2to3
|
2018-08-09 17:56:05 -07:00 |
|
Grant Sanderson
|
c520d0b517
|
Added Mobject.become method
|
2018-08-09 11:09:24 -07:00 |
|
Grant Sanderson
|
3dc5b10e8b
|
Add background stroke width to mobjects
|
2018-08-08 11:15:45 -07:00 |
|
Grant Sanderson
|
7119f0cc6e
|
scale_to_fit_width -> set_width, likewise for height and depth
|
2018-08-08 10:30:52 -07:00 |
|
Grant Sanderson
|
1df53ef6e9
|
Tried to address when half of a \begin{array}...\end{array} type tex string shows up as an argument to TexString
|
2018-08-06 10:45:27 -07:00 |
|
Grant Sanderson
|
81790cb847
|
Small fixes to matrix.py
|
2018-08-06 10:44:41 -07:00 |
|
Grant Sanderson
|
d5b4a8907a
|
Added new logo
|
2018-07-31 19:39:41 -07:00 |
|
Grant Sanderson
|
0b290a19b9
|
Added Line.get_unit_vector
|
2018-07-17 12:44:18 -07:00 |
|
Grant Sanderson
|
151a270913
|
Modernize Python 2 for Python 3
|
2018-07-11 11:38:59 -07:00 |
|
Grant Sanderson
|
3b22df3ea7
|
Refactored DecimalNumber to better use string formatting syntax
|
2018-06-26 14:39:47 -07:00 |
|
Grant Sanderson
|
28362f1547
|
Added Mobject.shuffle_submobjects
|
2018-06-18 13:27:42 -07:00 |
|
Grant Sanderson
|
3550ec3234
|
Fixed default label direction for Axes y-axis
|
2018-06-15 13:54:21 -07:00 |
|
Grant Sanderson
|
b56ac7a6ed
|
Tiny formatting fixes
|
2018-06-13 17:12:18 -07:00 |
|
Grant Sanderson
|
45c0e0ccb7
|
Added include_sign flag to DecimalNumber
|
2018-06-12 18:48:17 -07:00 |
|
Grant Sanderson
|
80dd37f763
|
div_curl project up to ChangingElectricField
|
2018-06-08 17:16:11 -07:00 |
|
Grant Sanderson
|
817f480d84
|
Drawing of earth
|
2018-06-08 17:15:56 -07:00 |
|
Grant Sanderson
|
54f833826c
|
Give Decimal the same heirarchy as TexMobject
|
2018-05-30 22:55:13 -07:00 |
|
Grant Sanderson
|
13d7228918
|
Revert "Merge branch 'master' of github.com:3b1b/manim into alt-calc"
This reverts commit 17a1ea6db5 , reversing
changes made to c8c6e6d9ba .
|
2018-05-21 12:11:46 -07:00 |
|
Grant Sanderson
|
17a1ea6db5
|
Merge branch 'master' of github.com:3b1b/manim into alt-calc
|
2018-05-19 11:21:38 -07:00 |
|
Grant Sanderson
|
deef7a4864
|
Better fix to \left \right issue in TexMobject
|
2018-05-19 11:09:59 -07:00 |
|
Grant Sanderson
|
e4c9636cf4
|
Whoops, turns out that clause was there for a good reason
|
2018-05-17 15:45:21 -07:00 |
|
Grant Sanderson
|
76fc648615
|
Replace all unbalanced \left \right text in TexMobject
|
2018-05-17 11:31:58 -07:00 |
|
Grant Sanderson
|
e43ccb144d
|
Up to ShowPhiAsFixedPoint in alt_calc
|
2018-05-16 15:15:27 -07:00 |
|
Ben Hambrecht
|
b2b66947db
|
reverted to earlier version
|
2018-05-16 21:17:14 +02:00 |
|
Grant Sanderson
|
692a2dfd1f
|
Fixed bug for multipled braces being imbalanced
|
2018-05-16 11:59:49 -07:00 |
|
Grant Sanderson
|
bf4bac1371
|
Simply added self.stem attribute to Arrow
|
2018-05-15 13:54:04 -07:00 |
|
Grant Sanderson
|
53abc18be2
|
Merge branch 'master' of github.com:3b1b/manim into alt-calc
|
2018-05-14 18:42:48 -07:00 |
|
Grant Sanderson
|
f04b2e270c
|
Refactoring how Camera frame height and width are handled
|
2018-05-11 17:41:37 -07:00 |
|
Grant Sanderson
|
d36a68f756
|
Cleanup of ZoomedScene updates
|
2018-05-10 19:46:10 -07:00 |
|
Grant Sanderson
|
7ee85faadd
|
Reimplemented ZoomedScene, using a new MultiCamera
|
2018-05-10 15:55:31 -07:00 |
|
Ben Hambrecht
|
1e91fb10a5
|
typo
|
2018-05-10 17:10:01 +02:00 |
|
Grant Sanderson
|
f12370d40e
|
Fix to last commit
|
2018-05-09 14:28:26 -07:00 |
|
Grant Sanderson
|
ff2b944067
|
Better fix to Mobject.reduce_across_dimension
|
2018-05-09 14:20:23 -07:00 |
|
Grant Sanderson
|
57d594e565
|
Merge branch 'master' of github.com:3b1b/manim into alt-calc
|
2018-05-09 14:08:53 -07:00 |
|
Grant Sanderson
|
8e71db4f69
|
Improvements to TexMobject
|
2018-05-09 14:05:32 -07:00 |
|
Grant Sanderson
|
72c71871b4
|
Changed how numbers are added to a number line
|
2018-05-09 14:04:31 -07:00 |
|