Python prototype of an animation layers system.
Go to file
Sybren A. Stüvel 4b16fa286e Use Poetry for dependency management
It's kinda useful to have the `bpy` module in there as well, and some
development tools (black, mypy).
2023-07-04 17:28:26 +02:00
.gitignore Initial commit 2023-07-04 17:23:32 +02:00
animation_datablock_prototype.blend Include the updated script in the blend file 2023-07-04 17:28:26 +02:00
animation_layers_prototype.py Rewrite some of the logic 2023-07-04 17:28:25 +02:00
LICENSE Initial commit 2023-07-04 17:23:32 +02:00
mypy.ini Add type annotations 2023-07-04 17:24:00 +02:00
poetry.lock Use Poetry for dependency management 2023-07-04 17:28:26 +02:00
pyproject.toml Use Poetry for dependency management 2023-07-04 17:28:26 +02:00
README.md Minor update to README 2023-07-04 17:28:26 +02:00

Animation Layers Prototype

Python prototype of an animation layers system.