450 Commits

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