mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix missing clip id
This commit is contained in:
parent
264f3bb927
commit
de2ea81928
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue