From ecdb17a4018849c0b7dd345672b2c64e7b19040e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@blender.org> Date: Thu, 21 Jul 2022 12:52:52 +0200 Subject: [PATCH] Pose Library: remove warning The warning "In heavily development, things may change" is no longer true, and can be removed. --- pose_library/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pose_library/__init__.py b/pose_library/__init__.py index ed22d84bf..b13d1bf0d 100644 --- a/pose_library/__init__.py +++ b/pose_library/__init__.py @@ -10,7 +10,6 @@ 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}/animation/armatures/posing/editing/pose_library.html", "support": "OFFICIAL", -- GitLab