From 054d976114e4d3db2eb71303ccc23f6b6bd2c374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 21 Jul 2022 12:52:24 +0200 Subject: Pose Library: add documentation URL The pose library has quite nice documentation. It would be a shame if nobody would find it. --- pose_library/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", } -- cgit v1.2.3