From 34aa11e1d96d3086d8afb2041f0ce8bd579dc959 Mon Sep 17 00:00:00 2001 From: Blazer Date: Thu, 26 Dec 2024 02:51:08 -0600 Subject: [PATCH] Add readme and gitignore --- .gitignore | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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.