mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #284 from ynput/bugfix/tvpaint-auto-create-fix
TVPaint: Fix george script in auto create plugin
This commit is contained in:
commit
be7bcc791e
1 changed files with 3 additions and 1 deletions
|
|
@ -760,7 +760,9 @@ class TVPaintAutoDetectRenderCreator(TVPaintCreator):
|
|||
grg_lines: list[str] = []
|
||||
for group_id, group_name in new_group_name_by_id.items():
|
||||
group: dict[str, Any] = groups_by_id[group_id]
|
||||
grg_line: str = "tv_layercolor \"setcolor\" {} {} {} {} {}".format(
|
||||
grg_line: str = (
|
||||
"tv_layercolor \"setcolor\" {} {} {} {} {} \"{}\""
|
||||
).format(
|
||||
group["clip_id"],
|
||||
group_id,
|
||||
group["red"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue