From 561f6605eec987932b9dc18b7c55e395417a02f5 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Wed, 7 Aug 2024 12:39:15 +0200 Subject: [PATCH] code cleanup remove unused operator --- __init__.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/__init__.py b/__init__.py index feb6424..05925bd 100644 --- a/__init__.py +++ b/__init__.py @@ -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",