mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
New name in name_map (which really should exist not in source code)
This commit is contained in:
parent
dbe33f9382
commit
cf0afb0259
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ class PatreonEndScreen(Scene):
|
||||||
"Sansword Huang": "SansWord@TW",
|
"Sansword Huang": "SansWord@TW",
|
||||||
"Sunil Nagaraj": "Ubiquity Ventures",
|
"Sunil Nagaraj": "Ubiquity Ventures",
|
||||||
"Nitu Kitchloo": "Ish Kitchloo",
|
"Nitu Kitchloo": "Ish Kitchloo",
|
||||||
|
"PedroTristão": "Tristan",
|
||||||
}
|
}
|
||||||
for n1, n2 in modification_map.items():
|
for n1, n2 in modification_map.items():
|
||||||
if name.lower() == n1.lower():
|
if name.lower() == n1.lower():
|
||||||
|
|
Loading…
Add table
Reference in a new issue