ChangeLog

1.8.29 (2023-03-07)

Bug

  • (Twistsui.Py) Twist Extractor now warns the user while using in Maya 2019 and below.

1.8.28 (2023-03-02)

Added

  • (Controlcreator.Py) Added a button for Deleting the Zoo Tracker Attributes from the selected controls.

  • (Editcontrols.Py) Added a menu item (lower dots menu) for Deleting the Zoo Tracker Attributes from the selected controls.

  • (Riggingmiscui.Py) Added right-click menu on the Mark Center Pivot button. Can now create locators, and also many markers matched to all selected objects.

  • (Skinningutilities.Py) Added copy and paste skin weights which allows for pasting onto selected components, faces/verts etc.

  • (Twistsui.Py) Added new tool Twist Extractor for creating a quaternion node setup that measures twists between two objects.

Bug

  • (Twistsui.Py) Fixed issues when the driven attribute is left blank.

1.8.27 (2023-01-25)

Added

  • (Editcontrols.Py) Added “X-Ray Curves” Checkbox, functionaity is working.

Change

  • (License) Update copyright for 2023.

1.8.26 (2022-12-03)

Added

  • (Riggingmiscui.Py) Added “Match Objects” combo and button to Rigging Misc UI.

  • (Skinningutilities.Py) Added different skinning options to the skin button > right-click.

Bug

  • (Qt) Fix Layouts having the same parent causing Qt logs to be output of linux/OSX.

1.8.25 (2022-09-29)

Removed

  • (Modelcontrolcurves) Removed item priority sorting temporarily due to i/o bugs it causes.

1.8.24 (2022-07-20)

Change

  • (Browsers) Removed Redundant Image view chunk size override.

  • (Minibrowser) Reduced Image loading count to 20 vs 200 to speed up UI load time.

Remove

  • (Filemodel) Removed Redundant FileModel import statement.

1.8.23 (2022-05-31)

Change

  • (Minibrowsers) Update minibrowserpathlist import.

  • (Splinerig) Rig combobox italic to be set via the font() instead of the stylesheet.

  • (Zoopackage) Removed Redundant startup commands in zoo_package.

Removed

  • (Zoopackage) Removed Redundant blender layout files.

1.8.22 (2022-04-16)

Added

  • (Replacejointweights.Py) Added button self.transferSelBtn for transferring skin weights between selected joints.

Bug

  • (Core) Fixed numerous Qt warnings related to multiple layouts being parented to the same QWidget.

  • (Core) Incorrect function call for determining maya mode.

  • (Splinerig.Py) RebuildAdditiveFk needed a kwarg to avoid errors.

Removed

  • (Convertrotateuplist() ) Removed function convertRotateUpList() and replaced with a dictionary in zoocore, refactor for many files.

1.8.21 (2022-03-14)

Change

  • (Replacejointweights.Py) Title no longer contains “beta”.

1.8.20 (2022-02-22)

Bug

  • (Controlcreator.Py) Warns the user if no thumbnails are selected for misc functions.

  • (Editcontrols.Py) Better error checks for combine and replace curves.

Change

  • (Shelf) Migrate shelf button to new button type.

  • (Smooth Skin - Brave Rabbit) Disable tool as not public yet.

  • (Zoo_Controls_Joints_Toolsets.Layout) Removed “smoothSkin” from the toolsets layout.

Removed

  • (Api) Remove redundant maya/blender conditional.

1.8.19 (2022-02-04)

Added

  • (Replace Joint Weights) Icon added.

  • (Replace Joint Weights) New tool that can replace joint skin weights between joints by suffix/prefix.

  • (Rigging Misc Ui) Added follicles transfer button.

Change

  • (Replace Joint Weights) Tool renamed with (beta) at end.

  • (Smooth Skin Ui) Temporarily enabled in Zoo dev again.

1.8.18 (2022-01-18)

Added

  • (Riggin Miscellaneous) Added help URL to tool.

Bug

  • (Preferences) ControlJointsInterface being initialized on module load causes issues with Doc Gen.

1.8.16 (2021-12-18)

Added

  • (Bakenamespaces) For Rigging Miscellaneous UI.

  • (Obj Selection Highlight) Buttons for Rigging Miscellaneous UI.

  • (Rigging Misc) New tool called Rigging Misc with mark center pivot and more later.

  • (Smoothskinui.Py) Inital support for braverabbits smooth skin tool. Must separately install smoothweights plugin. Will be moved to a new repo later.

Change

  • (Rigging Miscellaneous) Tool name renamed to Miscellaneous.

1.8.15 (2021-12-08)

Change

  • (Zoo Renamer) Move renamer into controls joints from zoo maya.

1.8.14 (2021-11-16)

Bug

  • (Editcontrols) Fixed bug where CombineSelectedCurves was not working in the editcontrols.py UI.

  • (Layout) Fix color button widths.