mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Merge branch 'master' of github.com:3b1b/manim into video-work
This commit is contained in:
commit
51efe0d18e
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ from IPython.terminal.embed import InteractiveShellEmbed
|
||||||
from IPython.core.getipython import get_ipython
|
from IPython.core.getipython import get_ipython
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from tqdm import tqdm as ProgressDisplay
|
from tqdm.auto import tqdm as ProgressDisplay
|
||||||
|
|
||||||
from manimlib.animation.animation import prepare_animation
|
from manimlib.animation.animation import prepare_animation
|
||||||
from manimlib.animation.fading import VFadeInThenOut
|
from manimlib.animation.fading import VFadeInThenOut
|
||||||
|
|
|
@ -8,7 +8,7 @@ import sys
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from pydub import AudioSegment
|
from pydub import AudioSegment
|
||||||
from tqdm import tqdm as ProgressDisplay
|
from tqdm.auto import tqdm as ProgressDisplay
|
||||||
|
|
||||||
from manimlib.constants import FFMPEG_BIN
|
from manimlib.constants import FFMPEG_BIN
|
||||||
from manimlib.logger import log
|
from manimlib.logger import log
|
||||||
|
|
|
@ -8,7 +8,7 @@ import platform
|
||||||
from mapbox_earcut import triangulate_float32 as earcut
|
from mapbox_earcut import triangulate_float32 as earcut
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy.spatial.transform import Rotation
|
from scipy.spatial.transform import Rotation
|
||||||
from tqdm import tqdm as ProgressDisplay
|
from tqdm.auto import tqdm as ProgressDisplay
|
||||||
|
|
||||||
from manimlib.constants import DOWN, OUT, RIGHT, UP
|
from manimlib.constants import DOWN, OUT, RIGHT, UP
|
||||||
from manimlib.constants import PI, TAU
|
from manimlib.constants import PI, TAU
|
||||||
|
|
Loading…
Add table
Reference in a new issue