mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 04:23:16 +08:00
Rename config_ops -> dict_ops
This commit is contained in:
@ -7,7 +7,7 @@ What's CONFIG
|
||||
``CONFIG`` dictionary is a feature of manim, which facilitates the inheritance
|
||||
and modification of parameters between parent and child classes.
|
||||
|
||||
| ``CONFIG`` dictionary 's processing is in ``manimlib/utils/config_ops.py``
|
||||
| ``CONFIG`` dictionary 's processing is in ``manimlib/utils/dict_ops.py``
|
||||
| It can convert the key-value pairs in the ``CONFIG`` dictionary into class attributes and values
|
||||
|
||||
Generally, the first line of the ``.__init__()`` method in some basic class (``Mobject``, ``Animation``,
|
||||
|
@ -96,7 +96,7 @@ Below is the directory structure of manim:
|
||||
└── utils/ # Some useful utility functions
|
||||
├── bezier.py # For bezier curve
|
||||
├── color.py # For color
|
||||
├── config_ops.py # Process CONFIG
|
||||
├── dict_ops.py # Functions related to dictionary processing
|
||||
├── customization.py # Read from custom_config.yml
|
||||
├── debug.py # Utilities for debugging in program
|
||||
├── directories.py # Read directories from config file
|
||||
|
Reference in New Issue
Block a user