[Blender_Kitsu] Pub_Edit_Rev: Fix Filenames #13
@ -2418,7 +2418,7 @@ def set_revision_int(prev_rev=None):
|
|||||||
class KITSU_OT_vse_publish_edit_revision(bpy.types.Operator):
|
class KITSU_OT_vse_publish_edit_revision(bpy.types.Operator):
|
||||||
bl_idname = "kitsu.vse_publish_edit_revision"
|
bl_idname = "kitsu.vse_publish_edit_revision"
|
||||||
bl_label = "Render and 'Publish as Revision'"
|
bl_label = "Render and 'Publish as Revision'"
|
||||||
bl_description = "Renders current VSE Edit as .mp4 and publishes as revision on 'Edit Task' \n will not overwrite existing files."
|
bl_description = "Renders current VSE Edit as .mp4 and publishes as revision on 'Edit Task'.\nWill not overwrite existing files"
|
||||||
|
|
||||||
def get_edit_entry_items(self: Any, context: bpy.types.Context) -> List[Tuple[str, str, str]]:
|
def get_edit_entry_items(self: Any, context: bpy.types.Context) -> List[Tuple[str, str, str]]:
|
||||||
sorted_edits = []
|
sorted_edits = []
|
||||||
|
Loading…
Reference in New Issue
Block a user