A Python library for developing 2D and 3D animated videos with Blender.
Add a path to this repository to your Blender scripts (Preferences > File Paths > Script Directories).
Then, after scripts have been loaded (may require a Blender restart), load this module via:
$ import magnolia as mg
To install Magnolia locally so that other projects can access its types and function documentation, run the following command in the root of this repository:
$ pip install -e .