Skip to content

0.7.5

Compare
Choose a tag to compare
@mottosso mottosso released this 07 Mar 07:32
· 70 commits to master since this release
18bd9b2
  • 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