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():