[Blender_Kitsu] Publish VSE Edit as Revision on Kitsu #7
@ -350,6 +350,7 @@ class KITSU_OT_sqe_push_new_edit(bpy.types.Operator):
|
||||
def draw(self, context: bpy.types.Context) -> None:
|
||||
layout = self.layout
|
||||
layout.prop(self, "edit_entry")
|
||||
if len(self.get_edit_task_items(context)) >= 2:
|
||||
layout.prop(self, "task")
|
||||
layout.prop(self, "comment")
|
||||
layout.prop(self, "render_dir")
|
||||
|
Loading…
Reference in New Issue
Block a user