diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ diff --git a/README.md b/README.md new file mode 100644 index 0000000..37f0169 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Damn Simple Pose Library + +In Blender 3.x, a new Asset-based Pose system was introduced. +That's fine and dandy, however because of that, the old Pose Library was deprecated and gutted out real quick-like. Too quick. + +This brings it back as best as it can.