diff --git a/GETOOLS_SOURCE/modules/Tools.py b/GETOOLS_SOURCE/modules/Tools.py index b4f65e1..5a7a052 100644 --- a/GETOOLS_SOURCE/modules/Tools.py +++ b/GETOOLS_SOURCE/modules/Tools.py @@ -27,8 +27,8 @@ class ToolsAnnotations: locatorsBake = "Create locators on selected objects and bake animation" _reverseConstraint = "After that parent constrain original objects back to locators" locatorsBakeReverse = "{bake}\n{reverse}".format(bake = locatorsBake, reverse = _reverseConstraint) - locatorsBakeReversePos = "{bake}\nOnly for Translation".format(bake = locatorsBakeReverse) - locatorsBakeReverseRot = "{bake}\nOnly for Rotation".format(bake = locatorsBakeReverse) + locatorsBakeReversePos = "Only for Translation\n{bake}".format(bake = locatorsBakeReverse) + locatorsBakeReverseRot = "Only for Rotation\n{bake}".format(bake = locatorsBakeReverse) locatorsRelative = "{bake}\nThe last locator becomes the parent of other locators".format(bake = locatorsBake) locatorsRelativeReverse = "{relative}\n{reverse}\nRight click allows you to bake the same operation but with constrained last object.".format(relative = locatorsRelative, reverse = _reverseConstraint) diff --git a/changelog.txt b/changelog.txt index fb02396..3d74a4b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,27 +1,23 @@ GETools changelog Backlog: -- in progress | [RIGGING] added Aim Constraint logic +- not completed | [RIGGING] added Aim Constraint logic +- [TOOLS] added locators size controller - [RIGGING] added constraint offset object - [RIGGING] added Rebake IK from selected objects v0.0.12 -- [UI] decreased window size and rename some labels -- [UI] changed Locators buttons layout -- [UI] moved some rarely used buttons to right click menus -- [UTILS] added Printing selected attributes from channel box to Utils -- [TOOLS] added bake sample rate value buttons -- [TOOLS] added Disconnection from Center of mass logic -- [TOOLS] separated baked locator constraining to position and rotation -- [RIGGING] reworked "Delete Constraints" logic -- [RIGGING] added "Disconnect Targets From Constraint" -- [CENTER OF MASS] added Disconnect from COM object button -- improved different modules -- -- in progress | Get selected attributes -- in progress | [TOOLS] added locators size controller -- - +- [UI] Decreased window size and renamed some labels. +- [UI] Moved some rarely used buttons to right-click menus (cursor changes while hovering over buttons with pop-up lists). +- [UTILS] Added Printing selected attributes from channel box to Utils. +- [TOOLS] Added buttons for setting the bake sample rate value. +- [TOOLS] Added baking for selected attributes in the channel box. +- [TOOLS] Separated Locator Bake into "PIN," "Pin POS," and "Pin ROT." +- [TOOLS] Changed Locators Relative to Relative; added a right-click menu for options. +- [RIGGING] Added "Disconnect Targets from Constraint." +- [RIGGING] Improved logic for "Delete Constraints." +- [CENTER OF MASS] Added "Disconnect from Center of Mass" button. +- Improved various modules and overall quality. v0.0.11 - [UI] moved Select Transform Hierarchy button to Utils menu and remove SELECT category in TOOLS module