From 29538528e620541a2986408b85220c89637834e6 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Fri, 15 Sep 2023 16:36:17 +0200 Subject: [PATCH] Pose Library: Tweak to the add-on description The asset browser is now regarded as a mere UI, but there is also the asset shelf now. All this is built on the asset system, so this is the better term to use here. --- 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 fc9bc26e4..b8e40e8f7 100644 --- a/pose_library/__init__.py +++ b/pose_library/__init__.py @@ -8,7 +8,7 @@ Pose Library based on the Asset Browser. bl_info = { "name": "Pose Library", - "description": "Pose Library based on the Asset Browser.", + "description": "Pose Library based on the asset system.", "author": "Sybren A. Stüvel, Julian Eisel", "version": (2, 0), "blender": (3, 0, 0), -- 2.30.2