Don't need this now

This commit is contained in:
stysmmaker 2021-06-12 11:25:52 -04:00
parent 46ea41423c
commit 8cfd550f50
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2
1 changed files with 1 additions and 11 deletions

View File

@ -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