-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
pr:deprecationDeprecation, or removal of deprecated codeDeprecation, or removal of deprecated coderefactorRefactor or redesign of existing codeRefactor or redesign of existing code
Description
Currently, constants.py is adding every color inside COLOR_MAP to the locals() dictionary. This is usually frowned upon in Python in general.
If we want to keep exposing all colors to the end user without any namespace access (like manim.colors.RED or some such), then we can carefully import all colors inside __init__.py. This could be done for the purpose of backward compatibility.
Metadata
Metadata
Assignees
Labels
pr:deprecationDeprecation, or removal of deprecated codeDeprecation, or removal of deprecated coderefactorRefactor or redesign of existing codeRefactor or redesign of existing code