0.7.5
- Python 2.6 compatibility, thanks to @GreenGoseWithFunnyHat
- Unicode support, thanks to @NateScarlet
- Customise Window Size on startup, thanks to @tokejepsen
Window Size
from pyblish_lite import settings, show
settings.WindowSize = (800, 600)
show()
Unicode