In this update, we were able to improve the accessibility of the SpaceSwitch feature, which is frequently used in UZURIG. Since ease of use is a very important factor, we are glad to have made this improvement early on.
This enhancement was prompted by valuable feedback from actual users. We greatly appreciate receiving such feedback and plan to continue further improvements to the SpaceSwitch feature going forward.
This is the third monthly update, and some of you may be curious about how the version numbers are assigned. Taking the current version “2.3.3” as an example, it is clear that the first “2” represents UZURIG2.
The question is about the meaning of the second and third “3”s. Generally, when three numbers are used in versioning, they represent, from left to right, major version, minor version, and patch version. However, in UZURIG, they are assigned as follows:
Major version
Plugin version
Script version
Knowing which plugin version and script version were used to build a rig is very important information for the future. Currently, the plugin version and script version match, but it is expected that they will diverge eventually. This is because there will be cases where only the plugin or only the script is updated.
Changes
Core
Fixed an issue where the ResetPose operation did not work correctly for the three common controllers (Root_ctrl, Global_ctrl, Local_ctrl).
The affected functions are as follows:
Script:
uzu.cmd.resetCtrl()
Buttons in SetupTool and Ctrl Shape/AxisEditor: “Reset All Ctrl pose”
Corrected the plugin version number that was mistakenly updated in the previous release.
- Added the ability to make nodes outside of UZURIG (Locator, NURBSCurve, etc.) available as Option nodes
[Added] SetupTool – [Common] – [Advance] – Extra Host
Setup Tool
Changed the initial display of the right panel at startup to a welcome screen.
Added a warning in the SpaceSwitch feature when an element outside the relevant module is specified in the Target input field.
Added the ability to set multiple Targets in the SpaceSwitch feature.
Fixed a bug where pressing Shift + click on the Set button for the Target and Source input fields in SpaceSwitch duplicated half-width spaces.
Modules
leg_ik
: Changed the display/hide of the foot size adjustment locator to be toggleable via build-time options.