code cleanup
remove unused operator
This commit is contained in:
parent
c2da8c8743
commit
561f6605ee
1 changed files with 0 additions and 18 deletions
18
__init__.py
18
__init__.py
|
@ -91,24 +91,6 @@ class FONT3D_addonPreferences(bpy.types.AddonPreferences):
|
||||||
layout.prop(self, "assets_dir")
|
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):
|
class FONT3D_settings(bpy.types.PropertyGroup):
|
||||||
font_path: bpy.props.StringProperty(
|
font_path: bpy.props.StringProperty(
|
||||||
name="Font path",
|
name="Font path",
|
||||||
|
|
Loading…
Reference in a new issue