Skip to content

Releases: Provismet/LilyPanel

1.1.1

07 Feb 00:25
Compare
Choose a tag to compare

Additions

  • Durations now take a boolean field, sticky.
    • A sticky duration will play in reverse the next time it is activated after normal full completion.
    • This enables a "slow toggle" type effect.

1.1.0

11 Nov 04:49
Compare
Choose a tag to compare

New Features

  • Duration blends
    • These buttons output a preset sequence of BlendShape values, making it easy to play animations.
  • UI colours can now be changed in the settings json.

Tweaks

  • Downgraded pyinstaller to avoid anti-virus false positives. (Any program compiled by the current up-to-date pyinstaller is flagged by anti-virus software.)
  • Removed tkinter buttons for better visual consistency.
    • Functionally this just removes the indent when clicking a button.

Bugfixes

  • Used an OS agnostic method to set the window icon.
    • The source code should now run on any OS.

1.0.0

11 Oct 17:20
b313d1c
Compare
Choose a tag to compare

Initial release.

Antivirus software might mark the program as a virus (it is not). This is an issue with PyInstaller.