Skip to content

Commit

Permalink
update changelog and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GenEugene committed Dec 16, 2023
1 parent 116984b commit 3d49ad1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
4 changes: 2 additions & 2 deletions GETOOLS_SOURCE/modules/Tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
30 changes: 13 additions & 17 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3d49ad1

Please sign in to comment.