complete bl_info
parent
0b76c96175
commit
6ec11e1170
16
__init__.py
16
__init__.py
|
@ -3,11 +3,11 @@ bl_info = {
|
||||||
"author": "Christophe Seux, Samuel Bernou",
|
"author": "Christophe Seux, Samuel Bernou",
|
||||||
"version": (0, 1, 0),
|
"version": (0, 1, 0),
|
||||||
"blender": (3, 6, 0),
|
"blender": (3, 6, 0),
|
||||||
"location": "",
|
"location": "Sidebar > Gpencil Tab > Interpolate",
|
||||||
"description": "Interpolate Grease pencil strokes",
|
"description": "Interpolate Grease pencil strokes over 3D",
|
||||||
"warning": "",
|
"warning": "Alpha",
|
||||||
"wiki_url": "",
|
"wiki_url": "https://git.autourdeminuit.com/autour_de_minuit/gp_interpolate",
|
||||||
"tracker_url": "",
|
"tracker_url": "https://git.autourdeminuit.com/autour_de_minuit/gp_interpolate/issues",
|
||||||
"category": "Animation"}
|
"category": "Animation"}
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,12 +27,6 @@ modules = (
|
||||||
ui,
|
ui,
|
||||||
)
|
)
|
||||||
|
|
||||||
# if "bpy" in locals():
|
|
||||||
# import importlib
|
|
||||||
|
|
||||||
# for mod in modules:
|
|
||||||
# importlib.reload(mod)
|
|
||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
|
|
||||||
def register():
|
def register():
|
||||||
|
|
Loading…
Reference in New Issue