From ad39b3ff5ffc8ae12cd7c50f9b9f5795bb392649 Mon Sep 17 00:00:00 2001 From: pullusb Date: Fri, 12 Jan 2024 17:03:20 +0100 Subject: [PATCH] Remove alpha warning --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 76ed4b3..fa5e12f 100755 --- a/__init__.py +++ b/__init__.py @@ -5,7 +5,7 @@ bl_info = { "blender": (3, 6, 0), "location": "Sidebar > Gpencil Tab > Interpolate", "description": "Interpolate Grease pencil strokes over 3D", - "warning": "Alpha", + "warning": "", "wiki_url": "https://git.autourdeminuit.com/autour_de_minuit/gp_interpolate", "tracker_url": "https://git.autourdeminuit.com/autour_de_minuit/gp_interpolate/issues", "category": "Animation"}