brunchstudio / pytvpaint

Python scripting for TVPaint
https://brunchstudio.github.io/pytvpaint/
MIT License
18 stars 2 forks source link

`tv_background_set` signature change #9

Closed jhenrybrunch closed 6 months ago

jhenrybrunch commented 6 months ago

Simplify the tv_background_set signature to accept tuple[RGBColor, RGBColor] | RGBColor | None so it's coherent with the tv_background_get function.