upload to kitsu

This commit is contained in:
“christopheseux”
2023-04-20 18:16:34 +02:00
parent d2caf90ea2
commit 299c240385
4 changed files with 127 additions and 39 deletions
+1
View File
@@ -124,6 +124,7 @@ def set_channels():
scn.sequence_editor.channels[i].name = c.title()
def get_strip_render_path(strip, template):
scn = bpy.context.scene
return template.format(strip_name=strip.name, ext=Path(scn.render.frame_path()).suffix)
def render_strips(strips, template):