ynput / LabLib

Create VFX Dailies with Python! Can be used to render directly or as a module extending other code.
MIT License
2 stars 2 forks source link

dataclasses for imageio #7

Closed tweak-wtf closed 3 months ago

tweak-wtf commented 4 months ago

Description

Uses dataclasses in lib/imageio.py to cut down on lines and format log output.

What's Changed