[Blender_Kitsu] Pub_Edit_Rev: Fix Filenames #13

Merged
Nick Alberelli merged 4 commits from :fix/publish-edit-rev-filename into master 2023-04-18 04:59:52 +02:00
Showing only changes of commit da137b1597 - Show all commits

View File

@ -2418,7 +2418,7 @@ def set_revision_int(prev_rev=None):
class KITSU_OT_vse_publish_edit_revision(bpy.types.Operator):
bl_idname = "kitsu.vse_publish_edit_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]]:
sorted_edits = []