Commit graph

450 commits

Author SHA1 Message Date
Grant Sanderson
81a906f683 Fixed ImageMobject fade bug 2018-09-20 10:39:37 -07:00
Grant Sanderson
1ca7e8ecda Fixed TextMobject bug 2018-09-20 10:39:19 -07:00
Ishan Dutta
78b14c8be8 updated some breaking scenes to python3 2018-09-19 08:53:28 +05:30
Grant Sanderson
5b9ae8ddb3 Fixed flashing 3d dot problem 2018-09-04 16:14:39 -07:00
Grant Sanderson
405d566aa9 Bug fix to svg reading 2018-09-04 16:14:11 -07:00
Grant Sanderson
289d822a92 Tiny bug fix 2018-08-30 14:24:40 -07:00
Grant Sanderson
9a85754014 Better Mobject.become 2018-08-30 14:24:25 -07:00
Grant Sanderson
cab3b1b3c6 Reverse arrow rectangle orientation 2018-08-30 14:24:05 -07:00
Grant Sanderson
7736e321a0 + for 0 in Decimal number 2018-08-29 00:09:34 -07:00
Grant Sanderson
6a225211a5 VMobject.set_shade_in_3d 2018-08-28 09:44:46 -07:00
Grant Sanderson
df9137b1ef ParametricSurface parts should remember their coordinates 2018-08-28 09:44:32 -07:00
Grant Sanderson
dd2ee72900 Safer default for Mobject.apply_matrix 2018-08-28 09:44:10 -07:00
Grant Sanderson
f163ba3bc6 Slighty more efficient get_location for VectorizedPoint 2018-08-27 16:33:36 -07:00
Grant Sanderson
2678669726 Fix to parametric surface 2018-08-27 16:33:06 -07:00
Grant Sanderson
c4b8f910c8 Added edge_to_fix to DecimalNumber 2018-08-27 16:32:32 -07:00
Grant Sanderson
b42e772563 Mobject should update when an updater is added (by default at least) 2018-08-27 16:32:12 -07:00
Grant Sanderson
8ea4f8fda8 Bug fixes to ThreeDAxes 2018-08-27 16:31:05 -07:00
Grant Sanderson
731748df4c Bug fix 2018-08-26 13:17:34 -07:00
Grant Sanderson
0b003fff44 More robust Mobject.become 2018-08-26 13:17:23 -07:00
Grant Sanderson
2e64edcffe Temporary bug fix on DecimalNumber...not fully figured out 2018-08-25 18:32:41 -07:00
Grant Sanderson
94b1c9d3af Use Integer class for NumberLine 2018-08-25 18:32:09 -07:00
Grant Sanderson
979cd3a38f Add copy_submobjects option to Mobject.become 2018-08-25 18:31:41 -07:00
Grant Sanderson
c3919d25ab Fixed -0 issue with DecimalNumber 2018-08-23 14:45:57 -07:00
Grant Sanderson
30f061ff01 Added missing imports 2018-08-23 14:45:35 -07:00
Grant Sanderson
6a781d0737 Bug fix to Arrow 2018-08-23 14:45:15 -07:00
Grant Sanderson
499080fb97 Bug fix to Axes 2018-08-23 14:45:00 -07:00
Grant Sanderson
26b977febe Fix cube 2018-08-22 21:23:24 -07:00
Grant Sanderson
db6d25280b Better behavior for when lines have shade_in_3d turned on 2018-08-22 21:23:10 -07:00
Grant Sanderson
7912f6f2d3 Implmented ThreeDScene.add_fixed_orientation_mobjects and ThreeDScene.add_fixed_in_frame_mobjects 2018-08-22 14:48:42 -07:00
Grant Sanderson
0149f4a496 Better ThreeDVMobject implementation 2018-08-21 19:58:48 -07:00
Grant Sanderson
8103b723a8 Fixed bug with VMobject.close_new_points 2018-08-21 19:25:34 -07:00
Grant Sanderson
98a7f254ee Remaining submobject_family -> get_family 2018-08-21 19:16:51 -07:00
Grant Sanderson
51e6b66c95 submobject_family -> get_family 2018-08-21 19:15:16 -07:00
Grant Sanderson
eeff860588 init_point -> reset_points 2018-08-20 15:51:43 -07:00
Grant Sanderson
da792ef2d9 Add family option to match_style 2018-08-20 15:51:12 -07:00
Grant Sanderson
32da077199 Fixed bug associated with ThreeDVMobject 2018-08-20 15:50:23 -07:00
Grant Sanderson
cba0c78cf7 Numberline arrowhead should share strokewidth of numberline 2018-08-20 15:49:59 -07:00
Grant Sanderson
1c348cbe95 Added Mobject.get_pieces 2018-08-20 15:49:31 -07:00
Grant Sanderson
7ab432f419 Added better 3d axes 2018-08-20 15:49:07 -07:00
Grant Sanderson
6f57a8bc5e Performance improvements to 3d constructs 2018-08-16 22:25:51 -07:00
Grant Sanderson
365093c0b5 np.linalg.norm -> get_norm 2018-08-15 17:30:24 -07:00
Grant Sanderson
f926611d34 Added preliminary 3d animation abilities with (as of now poorly shaded) parametric curves 2018-08-15 16:23:29 -07:00
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