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:
authorSybren A. Stüvel <sybren@blender.org>2022-07-21 13:52:24 +0300
committerSybren A. Stüvel <sybren@blender.org>2022-07-21 13:52:24 +0300
commit054d976114e4d3db2eb71303ccc23f6b6bd2c374 (patch)
treeda372751047643dd81a87b5e6f44cf2f35084746
parent2fcac97522dee91d8f444055b9a996fea7d36e40 (diff)
Pose Library: add documentation URL
The pose library has quite nice documentation. It would be a shame if nobody would find it.
-rw-r--r--pose_library/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pose_library/__init__.py b/pose_library/__init__.py
index 33ca777f..ed22d84b 100644
--- a/pose_library/__init__.py
+++ b/pose_library/__init__.py
@@ -12,7 +12,7 @@ bl_info = {
"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",
}