From 8cfd550f504f988b99038f5da1f3d7e63c2f1d75 Mon Sep 17 00:00:00 2001 From: stysmmaker Date: Sat, 12 Jun 2021 11:25:52 -0400 Subject: [PATCH] Don't need this now --- __init__.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/__init__.py b/__init__.py index 4a10ab0..d934749 100644 --- a/__init__.py +++ b/__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