I developed a Python picker to facilitate the use of this rig. This selection tool allows animators to quickly access the rig’s controls, enhancing efficiency and fluidity in the animation process. The picker is designed to be intuitive and user-friendly, offering a graphical interface that simplifies the selection and manipulation of different parts of the character.
Additionally, I added several functions to the picker using Python to further ease the animator’s work. Below, I present some of these additional functions.
The picker allows for selecting all the rig controls in a more efficient and straightforward manner. This streamlines the animation process, enabling animators to quickly access any part of the rig without manually searching for each control. The intuitive interface of the picker optimizes workflow, enhancing productivity and accuracy in animation.
The picker includes a function that allows for quickly and easily selecting all rig controls, as well as another function to generate keyframes (key selected). These tools are very useful for animators when creating key poses, enhancing efficiency and workflow.
The “Mirror Controls” function allows for copying the position and rotation of one control to another, facilitating symmetry in the rig. This tool significantly speeds up the animator’s workflow, especially when aiming to maintain symmetry in animations. With this function, you can quickly replicate the setup from one side of the rig to the other, optimizing the animation process and ensuring greater accuracy in symmetrical poses.
The “Inverse” function follows the same concept as the “Mirror Controls” function, but instead of copying the position and rotation of one control to another, it inverts these properties. This places the control in the opposite position relative to the selected control. This tool is useful for creating inverse symmetry or adjusting poses where an opposite configuration is needed, offering greater flexibility and precision in the animation process.
The “Maintain IK/FK” function ensures that when switching between Inverse Kinematics (IK) and Forward Kinematics (FK) modes in the arms and legs, the rig’s position remains unchanged. This tool facilitates a smooth transition between the two modes without altering the current pose, providing consistency and control in the animation process and allowing precise adjustments without losing the previously set position.
The “Isolated Head” function allows for toggling the head’s spaces on or off, deciding whether it should follow the body’s position or rotation or operate independently. This provides precise control over the head’s movement, allowing the animator to adjust its behavior based on animation needs, whether keeping it synchronized with the body or letting it move independently.
In the clothing rig, I implemented several tweakers to adjust the clothing based on the pose, achieving better deformation in extreme positions. The “Display Tweakers” function allows for toggling the visibility of these specific controls on or off. This facilitates the visualization and adjustment of clothing during animation, ensuring more accurate and natural deformation in all poses.
To allow animators to view and assess their animation without distractions, I developed the “Display Controls” tool. This function enables toggling the visibility of all rig controls on or off quickly and easily. This way, animators can focus on the animation itself without the interference of rig controls, facilitating a clearer and more efficient review of their work.