code cleanup

remove unused operator
This commit is contained in:
themancalledjakob 2024-08-07 12:39:15 +02:00
parent c2da8c8743
commit 561f6605ee

View file

@ -91,24 +91,6 @@ class FONT3D_addonPreferences(bpy.types.AddonPreferences):
layout.prop(self, "assets_dir")
# class FONT3D_OT_Font3D(bpy.types.Operator):
# """Font 3D"""
# bl_idname = f"{__name__}.font3d"
# bl_label = "Font 3D"
# bl_options = {'REGISTER', 'UNDO'}
# def execute(self, context):
# print("Font3d execute()")
# scene = bpy.context.scene
# file_dir = scene.font3d.file_dir
# print(f"file_dir: {file_dir}")
# return {'FINISHED'}
class FONT3D_settings(bpy.types.PropertyGroup):
font_path: bpy.props.StringProperty(
name="Font path",