From 6ec11e1170b71e304284878dd5f84ca203390be6 Mon Sep 17 00:00:00 2001 From: pullusb Date: Thu, 30 Nov 2023 15:14:19 +0100 Subject: [PATCH] complete bl_info --- __init__.py | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/__init__.py b/__init__.py index 8db4f24..2cc6458 100755 --- a/__init__.py +++ b/__init__.py @@ -3,11 +3,11 @@ bl_info = { "author": "Christophe Seux, Samuel Bernou", "version": (0, 1, 0), "blender": (3, 6, 0), - "location": "", - "description": "Interpolate Grease pencil strokes", - "warning": "", - "wiki_url": "", - "tracker_url": "", + "location": "Sidebar > Gpencil Tab > Interpolate", + "description": "Interpolate Grease pencil strokes over 3D", + "warning": "Alpha", + "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"} @@ -27,12 +27,6 @@ modules = ( ui, ) -# if "bpy" in locals(): -# import importlib - -# for mod in modules: -# importlib.reload(mod) - import bpy def register():