Skip to content

Releases: monoteba/maya-tweener

Tweener 1.0.10

30 Mar 10:40
Compare
Choose a tag to compare
  • Added support for character sets with limited testing.
  • Preset buttons are adjusted when Overshoot is enabled.
  • Slider background gets teal hint when Overshoot is enabled.
  • Updated Overshoot icon.
  • Minor changes to interpolation functions (no difference in behaviour).

Tweener 1.0.9

29 Mar 08:11
Compare
Choose a tag to compare
  • Added support for Maya 2025 (PySide 6).
  • Added basic support for blend shapes.

Tweener 1.0.8

28 Feb 17:47
Compare
Choose a tag to compare
  • Fix blank window when restarting Maya.
  • Increase precision of slider and stretch the slider to the window width.
  • Added option to use "special tick color" when adding or modifying keys.

Tweener 1.0.7

10 Feb 11:12
Compare
Choose a tag to compare
  • Improve detection of Graph Editor and other panels when they are docked.

Tweener 1.0.6

01 Jun 19:14
Compare
Choose a tag to compare
  • Improve checking of when Graph Editor or Dope Sheet is visible

Tweener 1.0.5

02 Mar 16:14
73269c9
Compare
Choose a tag to compare
  • Use TLS 1.2 for Python 2 (Maya 2020 and earlier) during installation
  • Fix wrong version number in 1.0.4

Tweener 1.0.4

22 Jan 11:10
Compare
Choose a tag to compare

Removed certifi module from tweener-install.py and replaced urlopen's context with ssl.SSLContext(ssl.PROTOCOL_TLS).

Tweener 1.0.3

17 Dec 17:28
Compare
Choose a tag to compare

Support for Maya 2022 and Python 3!

Tweener 1.0.2

30 Jul 09:46
Compare
Choose a tag to compare

New:

  • Live preview toggle!

Changes:

  • Refactoring of code.

Tweener 1.0.1

04 Jul 13:57
Compare
Choose a tag to compare

New:

  • Right click context menu that allows hiding some UI elements.

Changes:

  • KeyHammer now also works among selected keys in the Graph Editor or Dope Sheet.
  • Minor bug fixes.