fix missing clip id

This commit is contained in:
Jakub Trllo 2022-05-23 13:34:24 +02:00
parent 264f3bb927
commit de2ea81928

View file

@ -208,7 +208,7 @@ def get_groups_data(communicator=None):
"tv_layercolor \"getcolor\" 0 idx",
"PARSE result clip_id group_index c_red c_green c_blue group_name",
# Create and add line to output file
"line = group_index'|'c_red'|'c_green'|'c_blue'|'group_name",
"line = clip_id'|'group_index'|'c_red'|'c_green'|'c_blue'|'group_name",
"tv_writetextfile \"strict\" \"append\" '\"'output_path'\"' line",
"END",
)