WIP: Blender Kitsu: Convention Checker #124
@ -14,7 +14,7 @@ class KITSU_PT_convention_checker_temp_ui(bpy.types.Panel):
|
|||||||
|
|
||||||
def draw(self, context: bpy.types.Context) -> None:
|
def draw(self, context: bpy.types.Context) -> None:
|
||||||
layout = self.layout
|
layout = self.layout
|
||||||
layout.operator("kitsu.convention_checker")
|
layout.operator('kitsu.convention_checker')
|
||||||
|
|
||||||
|
|
||||||
class KITSU_OT_test_op(bpy.types.Operator):
|
class KITSU_OT_test_op(bpy.types.Operator):
|
||||||
|
Loading…
Reference in New Issue
Block a user