Blender Kitsu: Rename 'Metastrip' to 'Metadata Strip' #255
@ -1988,7 +1988,7 @@ class KITSU_OT_sqe_create_metadata_strip(bpy.types.Operator):
|
|||||||
# TODO: frame range of metadata strip is 1000 which is problematic because it needs to fit
|
# TODO: frame range of metadata strip is 1000 which is problematic because it needs to fit
|
||||||
# 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?
|
||||||
metadata_strip = context.scene.sequence_editor.sequences.new_movie(
|
metadata_strip = context.scene.sequence_editor.sequences.new_movie(
|
||||||
f"{strip.name}_metadata_strip",
|
f"{strip.name}{bkglobals.DELIMITER}metadata{bkglobals.SPACE_REPLACER}strip",
|
||||||
"",
|
"",
|
||||||
strip.channel + 1,
|
strip.channel + 1,
|
||||||
strip.frame_final_start,
|
strip.frame_final_start,
|
||||||
|
Loading…
Reference in New Issue
Block a user