WIP: Blender Kitsu: Convention Checker #124

Closed
Nick Alberelli wants to merge 8 commits from (deleted):feature/convention-checker-draft into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 6873892805 - Show all commits

View File

@ -14,7 +14,7 @@ class KITSU_PT_convention_checker_temp_ui(bpy.types.Panel):
def draw(self, context: bpy.types.Context) -> None:
layout = self.layout
layout.operator("kitsu.convention_checker")
layout.operator('kitsu.convention_checker')
class KITSU_OT_test_op(bpy.types.Operator):