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 3a501eb4c5 - Show all commits

View File

@ -61,9 +61,8 @@ class KITSU_OT_convention_checker(bpy.types.Operator):
check_ops = []
for item in data:
if item == 'anim':
if item == 'anim': # TODO use current task type
for op in data[item]:
# TODO Test if op is unavaliable
check_ops.append(op)
for op in check_ops: