mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 21:08:53 +00:00
Merge pull request #187 from 3b1b/update-eop-imports
updated eop imports
This commit is contained in:
commit
16c08f51a6
3 changed files with 3 additions and 39 deletions
|
@ -1,19 +1,4 @@
|
|||
from helpers 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 big_ol_pile_of_manim_imports import *
|
||||
|
||||
class Birthday(Scene):
|
||||
|
||||
|
|
|
@ -1,17 +1,4 @@
|
|||
from helpers 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 big_ol_pile_of_manim_imports import *
|
||||
from random import *
|
||||
|
||||
def text_range(start,stop,step):
|
||||
|
|
|
@ -1,12 +1,4 @@
|
|||
from helpers 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 big_ol_pile_of_manim_imports import *
|
||||
|
||||
nb_levels = 50
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue