Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
GenEugene committed Nov 18, 2024
1 parent cf5239e commit b9e2f37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GETOOLS_SOURCE/modules/GeneralWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@


class GeneralWindow:
_version = "v1.4.4"
_version = "v1.5.0"
_name = "GETools"
_title = _name + " " + _version

Expand Down
2 changes: 1 addition & 1 deletion GETOOLS_SOURCE/modules/Tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ToolsSettings:
aimSpaceRadioButtonDefault = 0

class Tools:
_version = "v1.3"
_version = "v1.4"
_name = "TOOLS"
_title = _name + " " + _version

Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
GETools changelog

v1.5.0
- [TOOLS] added "Chain Distribution" button to create distributed rotatio rig over selected objects. Use last locator to control animation.
- [OVERLAPPY] removed set timeline to minimum frame on plugin start.

v1.4.4
- added Maya version check to avoid compatibility issues with Maya 2020 and older.
- removed requirement to use separate GETools version for Maya 2020.
Expand Down
1 change: 0 additions & 1 deletion todo.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GETools TODO List

[TOOLS]
- chain distribution rig
- pin scale
- rotate Order rebake
- relative Camera
Expand Down

0 comments on commit b9e2f37

Please sign in to comment.