Skip to content

Commit

Permalink
fix george script in tvpaint auto create plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Mar 27, 2024
1 parent 199ae5f commit d7afb03
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 d7afb03

Please sign in to comment.