complete bl_info
parent
0b76c96175
commit
6ec11e1170
16
__init__.py
16
__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():
|
||||
|
|
Loading…
Reference in New Issue