Skip to content

Commit

Permalink
Change from old_projects to from from_3b1b.old
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Dec 17, 2019
1 parent ef67166 commit 2916990
Show file tree
Hide file tree
Showing 47 changed files with 79 additions and 79 deletions.
4 changes: 2 additions & 2 deletions from_3b1b/active/diffyq/part1/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from active_projects.diffyq.part1.pendulum import Pendulum
from active_projects.diffyq.part1.pendulum import ThetaVsTAxes
from active_projects.diffyq.part1.phase_space import IntroduceVectorField
from old_projects.div_curl import PhaseSpaceOfPopulationModel
from old_projects.div_curl import ShowTwoPopulations
from from_3b1b.old.div_curl import PhaseSpaceOfPopulationModel
from from_3b1b.old.div_curl import ShowTwoPopulations


# Scenes
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/256.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from manimlib.imports import *

from old_projects.crypto import sha256_tex_mob, bit_string_to_mobject, BitcoinLogo
from from_3b1b.old.crypto import sha256_tex_mob, bit_string_to_mobject, BitcoinLogo

def get_google_logo():
result = SVGMobject(
Expand Down
4 changes: 2 additions & 2 deletions from_3b1b/old/WindingNumber_G.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from manimlib.imports import *

from old_projects.uncertainty import Flash
from old_projects.WindingNumber import *
from from_3b1b.old.uncertainty import Flash
from from_3b1b.old.WindingNumber import *


# Warning, this file uses ContinualChangingDecimal,
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/alt_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def get_getting_stuck_image(self):
def get_aha_image(self):
creature = self.pi_creature.copy()
creature.change_mode("hooray")
from old_projects.eoc.chapter3 import NudgeSideLengthOfCube
from from_3b1b.old.eoc.chapter3 import NudgeSideLengthOfCube
scene = NudgeSideLengthOfCube(
end_at_animation_number=7,
skip_animations=True
Expand Down
6 changes: 3 additions & 3 deletions from_3b1b/old/borsuk_addition.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from manimlib.imports import *
from old_projects.lost_lecture import GeometryProofLand
from old_projects.quaternions import SpecialThreeDScene
from old_projects.uncertainty import Flash
from from_3b1b.old.lost_lecture import GeometryProofLand
from from_3b1b.old.quaternions import SpecialThreeDScene
from from_3b1b.old.uncertainty import Flash


class Introduction(TeacherStudentsScene):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/brachistochrone/cycloid.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.brachistochrone.curves import *
from from_3b1b.old.brachistochrone.curves import *

class RollAlongVector(Animation):
CONFIG = {
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/brachistochrone/graveyard.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from manimlib.imports import *

from old_projects.brachistochrone.curves import Cycloid
from from_3b1b.old.brachistochrone.curves import Cycloid

class MultilayeredGlass(PhotonScene, ZoomedScene):
CONFIG = {
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/brachistochrone/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from manimlib.imports import *

from old_projects.brachistochrone.curves import \
from from_3b1b.old.brachistochrone.curves import \
Cycloid, PathSlidingScene, RANDY_SCALE_FACTOR, TryManyPaths


Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/brachistochrone/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import itertools as it

from manimlib.imports import *
from old_projects.brachistochrone.curves import Cycloid
from from_3b1b.old.brachistochrone.curves import Cycloid

class PhysicalIntuition(Scene):
def construct(self):
Expand Down
4 changes: 2 additions & 2 deletions from_3b1b/old/brachistochrone/multilayered.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import itertools as it

from manimlib.imports import *
from old_projects.brachistochrone.light import PhotonScene
from old_projects.brachistochrone.curves import *
from from_3b1b.old.brachistochrone.light import PhotonScene
from from_3b1b.old.brachistochrone.curves import *


class MultilayeredScene(Scene):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/brachistochrone/wordplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

from manimlib.imports import *
from old_projects.brachistochrone.drawing_images import sort_by_color
from from_3b1b.old.brachistochrone.drawing_images import sort_by_color

class Intro(Scene):
def construct(self):
Expand Down
14 changes: 7 additions & 7 deletions from_3b1b/old/clacks/all_s2_scenes.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from old_projects.clacks import question
from old_projects.clacks.solution2 import block_collision_scenes
from old_projects.clacks.solution2 import mirror_scenes
from old_projects.clacks.solution2 import pi_creature_scenes
from old_projects.clacks.solution2 import position_phase_space
from old_projects.clacks.solution2 import simple_scenes
from old_projects.clacks.solution2 import wordy_scenes
from from_3b1b.old.clacks import question
from from_3b1b.old.clacks.solution2 import block_collision_scenes
from from_3b1b.old.clacks.solution2 import mirror_scenes
from from_3b1b.old.clacks.solution2 import pi_creature_scenes
from from_3b1b.old.clacks.solution2 import position_phase_space
from from_3b1b.old.clacks.solution2 import simple_scenes
from from_3b1b.old.clacks.solution2 import wordy_scenes

OUTPUT_DIRECTORY = "clacks/solution2"
SCENES_IN_ORDER = [
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/clacks/name_bump.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
from manimlib.imports import *
from old_projects.clacks.question import BlocksAndWallExample
from from_3b1b.old.clacks.question import BlocksAndWallExample


class NameBump(BlocksAndWallExample):
Expand Down
4 changes: 2 additions & 2 deletions from_3b1b/old/clacks/solution1.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from manimlib.imports import *
from old_projects.clacks.question import *
from old_projects.div_curl import ShowTwoPopulations
from from_3b1b.old.clacks.question import *
from from_3b1b.old.div_curl import ShowTwoPopulations


OUTPUT_DIRECTORY = "clacks/solution1"
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/clacks/solution2/block_collision_scenes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.clacks.question import BlocksAndWallExample
from from_3b1b.old.clacks.question import BlocksAndWallExample


class PreviousTwoVideos(BlocksAndWallExample):
Expand Down
6 changes: 3 additions & 3 deletions from_3b1b/old/clacks/solution2/position_phase_space.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from manimlib.imports import *
from old_projects.clacks.question import Block
from old_projects.clacks.question import Wall
from old_projects.clacks.question import ClackFlashes
from from_3b1b.old.clacks.question import Block
from from_3b1b.old.clacks.question import Wall
from from_3b1b.old.clacks.question import ClackFlashes


class PositionPhaseSpaceScene(Scene):
Expand Down
6 changes: 3 additions & 3 deletions from_3b1b/old/clacks/solution2/simple_scenes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from manimlib.imports import *
from old_projects.lost_lecture import ShowWord
from old_projects.clacks.solution2.mirror_scenes import ReflectWorldThroughMirrorNew
from old_projects.clacks.question import Thumbnail
from from_3b1b.old.lost_lecture import ShowWord
from from_3b1b.old.clacks.solution2.mirror_scenes import ReflectWorldThroughMirrorNew
from from_3b1b.old.clacks.question import Thumbnail


class WrapperScene(Scene):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/clacks/solution2/wordy_scenes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.clacks.solution2.position_phase_space import ShowMomentumConservation
from from_3b1b.old.clacks.solution2.position_phase_space import ShowMomentumConservation


class ConnectionToOptics(Scene):
Expand Down
4 changes: 2 additions & 2 deletions from_3b1b/old/dandelin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from manimlib.imports import *

from old_projects.lost_lecture import Orbiting
from old_projects.lost_lecture import ShowWord
from from_3b1b.old.lost_lecture import Orbiting
from from_3b1b.old.lost_lecture import ShowWord


class LogoGeneration(LogoGenerationTemplate):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/div_curl.py
Original file line number Diff line number Diff line change
Expand Up @@ -4217,7 +4217,7 @@ def just_you_and_me(self):

spiral = Line(0.5 * RIGHT, 0.5 * RIGHT + 70 * UP)
spiral.insert_n_curves(1000)
from old_projects.zeta import zeta
from from_3b1b.old.zeta import zeta
spiral.apply_complex_function(zeta)
step = 0.1
spiral = VGroup(*[
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eoc/chapter1.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eoc.chapter2 import Car, MoveCar
from from_3b1b.old.eoc.chapter2 import Car, MoveCar

class CircleScene(PiCreatureScene):
CONFIG = {
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eoc/chapter3.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eoc.chapter2 import DISTANCE_COLOR, TIME_COLOR, \
from from_3b1b.old.eoc.chapter2 import DISTANCE_COLOR, TIME_COLOR, \
VELOCITY_COLOR, Car, MoveCar

OUTPUT_COLOR = DISTANCE_COLOR
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eoc/chapter5.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eoc.chapter4 import ThreeLinesChainRule
from from_3b1b.old.eoc.chapter4 import ThreeLinesChainRule

class ExpFootnoteOpeningQuote(OpeningQuote):
CONFIG = {
Expand Down
4 changes: 2 additions & 2 deletions from_3b1b/old/eoc/chapter8.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import scipy
from manimlib.imports import *
from old_projects.eoc.chapter1 import Thumbnail as Chapter1Thumbnail
from old_projects.eoc.chapter2 import Car, MoveCar, ShowSpeedometer, \
from from_3b1b.old.eoc.chapter1 import Thumbnail as Chapter1Thumbnail
from from_3b1b.old.eoc.chapter2 import Car, MoveCar, ShowSpeedometer, \
IncrementNumber, GraphCarTrajectory, SecantLineToTangentLine, \
VELOCITY_COLOR, TIME_COLOR, DISTANCE_COLOR

Expand Down
4 changes: 2 additions & 2 deletions from_3b1b/old/eoc/footnote.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import math

from manimlib.imports import *
from old_projects.eoc.chapter1 import Car, MoveCar
from old_projects.eoc.chapter10 import derivative
from from_3b1b.old.eoc.chapter1 import Car, MoveCar
from from_3b1b.old.eoc.chapter10 import derivative

#revert_to_original_skipping_status

Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eola/chapter1.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eola.chapter0 import UpcomingSeriesOfVidoes
from from_3b1b.old.eola.chapter0 import UpcomingSeriesOfVidoes

import random

Expand Down
8 changes: 4 additions & 4 deletions from_3b1b/old/eola/chapter10.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from manimlib.imports import *
from old_projects.eola.chapter1 import plane_wave_homotopy
from old_projects.eola.chapter3 import ColumnsToBasisVectors
from old_projects.eola.chapter5 import get_det_text
from old_projects.eola.chapter9 import get_small_bubble
from from_3b1b.old.eola.chapter1 import plane_wave_homotopy
from from_3b1b.old.eola.chapter3 import ColumnsToBasisVectors
from from_3b1b.old.eola.chapter5 import get_det_text
from from_3b1b.old.eola.chapter9 import get_small_bubble


class OpeningQuote(Scene):
Expand Down
10 changes: 5 additions & 5 deletions from_3b1b/old/eola/chapter11.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from manimlib.imports import *
from old_projects.eola.chapter1 import plane_wave_homotopy
from old_projects.eola.chapter3 import ColumnsToBasisVectors
from old_projects.eola.chapter5 import NameDeterminant, Blob
from old_projects.eola.chapter9 import get_small_bubble
from old_projects.eola.chapter10 import ExampleTranformationScene
from from_3b1b.old.eola.chapter1 import plane_wave_homotopy
from from_3b1b.old.eola.chapter3 import ColumnsToBasisVectors
from from_3b1b.old.eola.chapter5 import NameDeterminant, Blob
from from_3b1b.old.eola.chapter9 import get_small_bubble
from from_3b1b.old.eola.chapter10 import ExampleTranformationScene

class Student(PiCreature):
CONFIG = {
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eola/chapter2.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eola.chapter1 import plane_wave_homotopy
from from_3b1b.old.eola.chapter1 import plane_wave_homotopy

class OpeningQuote(Scene):
def construct(self):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eola/chapter4.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eola.chapter3 import MatrixVectorMultiplicationAbstract
from from_3b1b.old.eola.chapter3 import MatrixVectorMultiplicationAbstract


class OpeningQuote(Scene):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eola/chapter5.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eola.chapter3 import MatrixVectorMultiplicationAbstract
from from_3b1b.old.eola.chapter3 import MatrixVectorMultiplicationAbstract


class Blob(Circle):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eola/chapter7.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eola.footnote2 import TwoDTo1DTransformWithDots
from from_3b1b.old.eola.footnote2 import TwoDTo1DTransformWithDots


V_COLOR = YELLOW
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eola/chapter8.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eola.chapter5 import get_det_text, RightHandRule
from from_3b1b.old.eola.chapter5 import get_det_text, RightHandRule


U_COLOR = ORANGE
Expand Down
4 changes: 2 additions & 2 deletions from_3b1b/old/eola/chapter8p2.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from manimlib.imports import *
from old_projects.eola.chapter5 import get_det_text
from old_projects.eola.chapter8 import *
from from_3b1b.old.eola.chapter5 import get_det_text
from from_3b1b.old.eola.chapter8 import *


class OpeningQuote(Scene):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eola/chapter9.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eola.chapter1 import plane_wave_homotopy
from from_3b1b.old.eola.chapter1 import plane_wave_homotopy

V_COLOR = YELLOW

Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/eola/thumbnails.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.eola.chapter9 import Jennifer, You
from from_3b1b.old.eola.chapter9 import Jennifer, You

class Chapter0(LinearTransformationScene):
CONFIG = {
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/fc1.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.efvgt import get_confetti_animations
from from_3b1b.old.efvgt import get_confetti_animations


class CrossingOneMillion(TeacherStudentsScene):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/for_flammy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.sphere_area import *
from from_3b1b.old.sphere_area import *


class MadAtMathologer(PiCreatureScene):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/hilbert/fractal_porn.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.hilbert.curves import *
from from_3b1b.old.hilbert.curves import *

class Intro(TransformOverIncreasingOrders):
@staticmethod
Expand Down
4 changes: 2 additions & 2 deletions from_3b1b/old/lost_lecture.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

from manimlib.imports import *

from old_projects.div_curl import VectorField
from old_projects.div_curl import get_force_field_func
from from_3b1b.old.div_curl import VectorField
from from_3b1b.old.div_curl import get_force_field_func

COBALT = "#0047AB"

Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/mug.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

from manimlib.imports import *
from old_projects.efvgt import ConfettiSpiril
from from_3b1b.old.efvgt import ConfettiSpiril

#revert_to_original_skipping_status

Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/qa_round_two.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

from manimlib.imports import *
from old_projects.efvgt import get_confetti_animations
from from_3b1b.old.efvgt import get_confetti_animations


class Test(Scene):
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/quat3d.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from manimlib.imports import *
from old_projects.quaternions import *
from from_3b1b.old.quaternions import *

W_COLOR = YELLOW
I_COLOR = GREEN
Expand Down
2 changes: 1 addition & 1 deletion from_3b1b/old/triangle_of_power/end.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from manimlib.imports import *

from old_projects.triangle_of_power.triangle import TOP, OPERATION_COLORS
from from_3b1b.old.triangle_of_power.triangle import TOP, OPERATION_COLORS

class DontLearnFromSymbols(Scene):
def construct(self):
Expand Down
Loading

0 comments on commit 2916990

Please sign in to comment.