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 = {
|
||||
"name" : "FCurveHandleCopy",
|
||||
"author" : "MMaker",
|
||||
"description" : "",
|
||||
"description" : ":)",
|
||||
"blender" : (2, 83, 0),
|
||||
"version" : (0, 0, 1),
|
||||
"location" : "",
|
||||
"warning" : "",
|
||||
"category" : "Animation"
|
||||
}
|
||||
|
||||
"""
|
||||
if "bpy" in locals():
|
||||
import importlib
|
||||
importlib.reload(ui)
|
||||
else:
|
||||
from . import ui
|
||||
"""
|
||||
|
||||
import bpy
|
||||
import mathutils
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user