End of Hamming project

This commit is contained in:
Grant Sanderson 2020-08-30 16:01:32 -07:00
parent f89676d53f
commit 34b4d90b11
3 changed files with 3425 additions and 169 deletions

File diff suppressed because it is too large Load diff

View file

@ -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:

View file

@ -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)