Credits and readme update

This commit is contained in:
2025-01-02 21:30:58 -06:00
parent edeaa12f5e
commit 8f936ec085
2 changed files with 48 additions and 7 deletions

View File

@ -3,10 +3,10 @@ from . import gui, operators, common, keymaps
bl_info = \
{
"name": "Damn Simple Pose Library",
"author": "jackie",
"version": (4, 1, 0),
"blender": (3, 5, 0),
"description": "woah",
"author": "breakingspell",
"version": (0, 1, 0),
"blender": (3, 6, 0),
"description": "Re-implement Pose Library",
"category": "Object Data",
}