Skip to content

Releases: TrevisanGMW/gt-tools

v3.0.4

28 Jul 22:04
985ea42
Compare
Choose a tag to compare
  1. Updated installation integrity checker to go over main module contents.
  2. Fixed missing import path for "About" window.
  3. Created tool and package preferences system.
  4. Updated uninstall setup to not delete preferences.
  5. Created development sub-menu and added toggle button to help menu.
  6. Refactored a few of the utilities and created more tests.
  7. Created a few new icons (develop sub-menu)

v3.0.3

28 Jul 03:22
89cd77f
Compare
Choose a tag to compare

Created remaining drop-down menu icons. #124
Created more tests for the resource library.

v3.0.2

27 Jul 22:48
16f4f29
Compare
Choose a tag to compare
  • Sorted most tools to follow an alphabetical order.
  • Created icons for rig tools and utilities. (GT-Tools > Rigging)
  • Updated menu loading method to use strings so they can be added to the shelf and used in different sessions. #141

v3.0.1

24 Jul 16:29
2c2d1fb
Compare
Choose a tag to compare
  • Fixed critical issue where loading functions would try to import tools and utilities from the wrong path.
  • Small updates to the readme setup description.
  • See 3.0.0 changelog for remaining major updates.

v3.0.0

24 Jul 15:27
d2ed54a
Compare
Choose a tag to compare
  • Changed package architecture to a test-driven development pattern for enhanced reliability and maintainability.
  • Started to consolidate general functions into a 'utils' package for shared use among multiple tools.
  • Modularized the toolset, creating distinct modules for each tool. Allowing for reuse while retaining boundaries.
  • Created a new setup pattern that initializes from Maya and is compatible with Windows and MacOS.
  • Created an entirely new loading pattern with one location serving all Maya versions.
  • Re-created the image system to leverage loaded package rather than generating images dynamically during runtime.
  • Consolidated all tools and utilities within a single package, minimizing conflicts and simplifying the reloading process.
  • Python 2 is no longer supported. (Use a version lower than 3.0.0 for Python 2)
  • Added clear guidelines for how to contribute to the project: CONTRIBUTING.md
  • Created a sample tool using the new pattern as reference for contributions.
  • Started using known design patterns for newer tools.
  • Updated the project's documentation to reflect the latest changes and the adoption of the new pattern.

v2.5.5

24 Feb 01:19
646b9f1
Compare
Choose a tag to compare
  • Added "set joint name as label" utility

v2.5.4

23 Feb 02:17
0b2cdb7
Compare
Choose a tag to compare
  • Fixed an issue with the morphing utilities flipping function.
  • Added search, replace while duplicating and mirroring to morphing utilities
  • Added symetrical axis and mirror direction to morphing utility flip and mirror tools.
  • Added help button with explanation and details on how to use flip and mirror functions

v2.5.3

22 Feb 02:34
d2b477a
Compare
Choose a tag to compare
  • Added search, replace and flip targets to morphing utilities

v2.5.2

13 Feb 23:52
c0fa859
Compare
Choose a tag to compare
  • Updated morphing utilities:
    • Option to set the value of all targets
    • Option to extract all targets as independent meshes
  • Updated biped rigger:
    • Un-parent geometry group elements when rebuilding biped rig

v2.5.0

23 Dec 23:10
d5c005e
Compare
Choose a tag to compare
  • Added morphing utilities
    • Added basic delete operations
    • Add search and replace (blend shape targets)
  • Small changes to renamer layout (spacing changes)
  • Added package unloader to menu rebuilder
  • Updated the icon for GT Morphing Attributes