Changelog¶
Unreleased¶
No changes
v1.1.0¶
Fixed bugs¶
Fixed the bug of
resize_with_interpolation()
in the case oflength=0
Fixed the bug of
__init__
inElbow
If chosen monitor is not available, choose one that does exist
Make sure mobject data gets unlocked after animations
Fixed a bug for off-center vector fields
Had
Mobject.match_points
return selfFixed chaining animation in example scenes
Fixed the default color of tip
Fixed a typo in
ShowPassingFlashWithThinningStrokeWidth
Fixed the default size of
Text
Fixed a missing import line in
mobject.py
Fixed the bug in ControlsExample
Make sure frame is added to the scene when initialization
Fixed zooming directions
Rewrote
earclip_triangulation
to fix triangulationAllowed sound_file_name to be taken in without extensions
New Features¶
Added
VShowPassingFlash
Added
COLORMAP_3B1B
Added some methods to coordinate system to access all axes ranges
get_origin()
get_all_ranges()
Added
set_color_by_rgba_func()
Updated
VectorField
andStreamLines
Allow
3b1b_colormap
as an option forget_colormap_list()
Return
stroke_width
as 1d arrayAdded
get_parts_by_text()
Use Text not TexText for Brace
Update to Cross to make it default to variable stroke width
Added
FlashAround
andFlashUnder
Allowed configuration in
Brace.get_text
Added
reorient()
for quicker changes to frame angleAdded
units
toset_euler_angles()
Allowed any
VMobject
to be passed intoTransformMatchingTex
Removed double brace convention in
Tex
andTexText
Added support for debugger launch
Added CLI flag
--config_file
to load configuration file manuallyAdded
tip_style
totip_config
Added
MarkupText
Take in
u_range
andv_range
as arguments toParametricSurface
Added
TrueDot