mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
flame: fix loaded name to output
make condition for fix if output is not in context data
This commit is contained in:
parent
ae36d08969
commit
2bf75d270a
3 changed files with 9 additions and 4 deletions
|
|
@ -91,7 +91,7 @@
|
|||
],
|
||||
"reel_group_name": "OpenPype_Reels",
|
||||
"reel_name": "Loaded",
|
||||
"clip_name_template": "{asset}_{subset}_{representation}"
|
||||
"clip_name_template": "{asset}_{subset}_{output}"
|
||||
},
|
||||
"LoadClipBatch": {
|
||||
"enabled": true,
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
"mp4"
|
||||
],
|
||||
"reel_name": "OP_LoadedReel",
|
||||
"clip_name_template": "{asset}_{subset}_{representation}"
|
||||
"clip_name_template": "{asset}_{subset}_{output}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue