Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Sequence file label to Edit list file in Editorial Simple creator #47

Merged
7 changes: 6 additions & 1 deletion client/ayon_traypublisher/plugins/create/create_editorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,12 @@ def get_pre_create_attr_defs(self):
],
allow_sequences=False,
single_item=False,
label="Sequence file",
label="Edit list file",
MustafaJafar marked this conversation as resolved.
Show resolved Hide resolved
MustafaJafar marked this conversation as resolved.
Show resolved Hide resolved
tooltip=(
"An Edit Decision List (EDL) is a list of edits that includes reel and timecode data.\n"
"This information shows where each video clip can be found to create the final cut.\n"
"EDL files can be generated using apps like Nuke Studio and Resolve."
)
),
FileDef(
"media_filepaths_data",
Expand Down
Loading