diff --git a/check_source/check_spelling_c_config.py b/check_source/check_spelling_c_config.py index 8a86a54debc49e425305bad3374347a3ca978948..38adae05c9b77145bfec55109ebf7d028c41f5a7 100644 --- a/check_source/check_spelling_c_config.py +++ b/check_source/check_spelling_c_config.py @@ -159,7 +159,6 @@ dict_custom = { # blender terms "animsys", "animviz", - "bge", "bmain", "bmesh", "bpy", diff --git a/utils/credits_git_gen.py b/utils/credits_git_gen.py index 8f5dfe67b49d1b8001eb162e7e9f040e6967f40b..fedf587f27a5eaf9cdab0056f5794e0b7c412bb6 100755 --- a/utils/credits_git_gen.py +++ b/utils/credits_git_gen.py @@ -138,7 +138,6 @@ def main(): ignore_dir = ( b"blender/extern/", b"blender/intern/opennl/", - b"blender/intern/moto/", ) if not any(f for f in c.files if not f.startswith(ignore_dir)):