WIP: Blender Kitsu: Convention Checker #124
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user