[Blender_Kitsu] Publish VSE Edit as Revision on Kitsu #7

Merged
Nick Alberelli merged 28 commits from :feature/upload_render_to_kitsu into master 2023-04-17 19:02:15 +02:00
Showing only changes of commit 5b573c0476 - Show all commits

View File

@ -735,6 +735,14 @@ class KITSU_PT_sqe_general_tools(bpy.types.Panel):
KITSU_OT_sqe_change_strip_source.bl_idname, text="", icon="FILE_PARENT"
).go_latest = True
# Create box.
layout = self.layout
box = layout.box()
box.label(text="Edit Tasks", icon="SEQ_SEQUENCER")
# Scan for outdated media and reset operator.
row = box.row(align=True)
row.operator("kitsu.vse_publish_edit_revision")
# ---------REGISTER ----------.