complete bl_info

master
pullusb 2023-11-30 15:14:19 +01:00
parent 0b76c96175
commit 6ec11e1170
1 changed files with 5 additions and 11 deletions

View File

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