Skip to content

Commit

Permalink
Merge pull request #284 from ynput/bugfix/tvpaint-auto-create-fix
Browse files Browse the repository at this point in the history
TVPaint: Fix george script in auto create plugin
  • Loading branch information
iLLiCiTiT authored Mar 27, 2024
2 parents c0291e6 + d7afb03 commit be7bcc7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,9 @@ def _rename_groups(
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"],
Expand Down

0 comments on commit be7bcc7

Please sign in to comment.