mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
End of Hamming project
This commit is contained in:
parent
f89676d53f
commit
34b4d90b11
3 changed files with 3425 additions and 169 deletions
File diff suppressed because it is too large
Load diff
|
@ -92,7 +92,7 @@ class PatreonEndScreen(Scene):
|
|||
"randomize_order": False,
|
||||
"capitalize": True,
|
||||
"name_y_spacing": 0.6,
|
||||
"thanks_words": "Many thanks to this channel's supporters",
|
||||
"thanks_words": "Funded by viewers, visit 3b1b.co/support to learn more",
|
||||
"scroll_time": 20,
|
||||
}
|
||||
|
||||
|
@ -209,6 +209,7 @@ class PatreonEndScreen(Scene):
|
|||
"PedroTristão": "Tristan",
|
||||
}
|
||||
for n1, n2 in modification_map.items():
|
||||
name = name.replace("ā", "\\={a}")
|
||||
if name.lower() == n1.lower():
|
||||
name = n2
|
||||
if self.capitalize:
|
||||
|
|
|
@ -45,7 +45,7 @@ def stage_scenes(module_name):
|
|||
animation_dir = os.path.join(
|
||||
os.path.expanduser('~'),
|
||||
"Dropbox (3Blue1Brown)/3Blue1Brown Team Folder/videos",
|
||||
"monster", "1440p60"
|
||||
"hamming", "1440p60"
|
||||
)
|
||||
#
|
||||
files = os.listdir(animation_dir)
|
||||
|
|
Loading…
Add table
Reference in a new issue