Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pose_library/__init__.py')
-rw-r--r--pose_library/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pose_library/__init__.py b/pose_library/__init__.py
index 33ca777f..b13d1bf0 100644
--- a/pose_library/__init__.py
+++ b/pose_library/__init__.py
@@ -10,9 +10,8 @@ bl_info = {
"author": "Sybren A. Stüvel",
"version": (2, 0),
"blender": (3, 0, 0),
- "warning": "In heavily development, things may change",
"location": "Asset Browser -> Animations, and 3D Viewport -> Animation panel",
- # "doc_url": "{BLENDER_MANUAL_URL}/addons/animation/pose_library.html",
+ "doc_url": "{BLENDER_MANUAL_URL}/animation/armatures/posing/editing/pose_library.html",
"support": "OFFICIAL",
"category": "Animation",
}