Blender Kitsu: Rename 'Metastrip' to 'Metadata Strip' #255

Merged
Showing only changes of commit c788479418 - Show all commits

View File

@ -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
# on the first try, EDIT: seems to work maybe per python overlaps of sequences possible?
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.frame_final_start,