[Blender_Kitsu] Remove metastrip filepath #15

Merged
Nick Alberelli merged 3 commits from :fix/blender-kitsu-metastrip-filepath into master 2023-04-19 17:49:10 +02:00
Showing only changes of commit 27dead2bca - Show all commits

View File

@ -2021,7 +2021,7 @@ class KITSU_OT_sqe_create_meta_strip(bpy.types.Operator):
# on the first try, EDIT: seems to work maybe per python overlaps of sequences possible? # on the first try, EDIT: seems to work maybe per python overlaps of sequences possible?
meta_strip = context.scene.sequence_editor.sequences.new_movie( meta_strip = context.scene.sequence_editor.sequences.new_movie(
f"{strip.name}_metastrip", f"{strip.name}_metastrip",
addon_prefs.metastrip_file, "",
strip.channel + 1, strip.channel + 1,
strip.frame_final_start, strip.frame_final_start,
) )