[Blender_Kitsu] Remove metastrip filepath #15
@ -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,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user