fix george script in tvpaint auto create plugin

This commit is contained in:
Jakub Trllo 2024-03-27 12:41:52 +01:00
parent 199ae5fe61
commit d7afb03a53

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