mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 05:52:34 +08:00
updated eop imports
This commit is contained in:
@ -1,19 +1,4 @@
|
|||||||
from helpers import *
|
from big_ol_pile_of_manim_imports import *
|
||||||
from mobject import Mobject
|
|
||||||
from mobject.vectorized_mobject import *
|
|
||||||
from animation.animation import Animation
|
|
||||||
from animation.transform import *
|
|
||||||
from animation.simple_animations import *
|
|
||||||
from topics.geometry import *
|
|
||||||
from scene import Scene
|
|
||||||
from camera import *
|
|
||||||
from topics.number_line import *
|
|
||||||
from topics.three_dimensions import *
|
|
||||||
from topics.light import *
|
|
||||||
from topics.characters import *
|
|
||||||
from topics.numerals import *
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Birthday(Scene):
|
class Birthday(Scene):
|
||||||
|
|
||||||
|
@ -1,17 +1,4 @@
|
|||||||
from helpers import *
|
from big_ol_pile_of_manim_imports import *
|
||||||
from mobject import Mobject
|
|
||||||
from mobject.vectorized_mobject import *
|
|
||||||
from animation.animation import Animation
|
|
||||||
from animation.transform import *
|
|
||||||
from animation.simple_animations import *
|
|
||||||
from topics.geometry import *
|
|
||||||
from scene import Scene
|
|
||||||
from camera import *
|
|
||||||
from topics.number_line import *
|
|
||||||
from topics.three_dimensions import *
|
|
||||||
from topics.light import *
|
|
||||||
from topics.characters import *
|
|
||||||
from topics.numerals import *
|
|
||||||
from random import *
|
from random import *
|
||||||
|
|
||||||
def text_range(start,stop,step):
|
def text_range(start,stop,step):
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
from helpers import *
|
from big_ol_pile_of_manim_imports import *
|
||||||
from mobject import Mobject
|
|
||||||
from mobject.vectorized_mobject import *
|
|
||||||
from animation.animation import Animation
|
|
||||||
from animation.transform import *
|
|
||||||
from animation.simple_animations import *
|
|
||||||
from topics.geometry import *
|
|
||||||
from scene import Scene
|
|
||||||
from camera import *
|
|
||||||
|
|
||||||
nb_levels = 50
|
nb_levels = 50
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user