Don't need this now
This commit is contained in:
parent
46ea41423c
commit
8cfd550f50
12
__init__.py
12
__init__.py
|
@ -18,22 +18,12 @@
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name" : "FCurveHandleCopy",
|
"name" : "FCurveHandleCopy",
|
||||||
"author" : "MMaker",
|
"author" : "MMaker",
|
||||||
"description" : "",
|
"description" : ":)",
|
||||||
"blender" : (2, 83, 0),
|
"blender" : (2, 83, 0),
|
||||||
"version" : (0, 0, 1),
|
"version" : (0, 0, 1),
|
||||||
"location" : "",
|
|
||||||
"warning" : "",
|
|
||||||
"category" : "Animation"
|
"category" : "Animation"
|
||||||
}
|
}
|
||||||
|
|
||||||
"""
|
|
||||||
if "bpy" in locals():
|
|
||||||
import importlib
|
|
||||||
importlib.reload(ui)
|
|
||||||
else:
|
|
||||||
from . import ui
|
|
||||||
"""
|
|
||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
import mathutils
|
import mathutils
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user