Merge pull request #284 from ynput/bugfix/tvpaint-auto-create-fix

TVPaint: Fix george script in auto create plugin
This commit is contained in:
Jakub Trllo 2024-03-27 15:32:23 +01:00 committed by GitHub
commit be7bcc791e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"],