Welcome to the astro-blender-tools
repository! This project provides a set of tools specifically designed for Blender 4.1 to enhance your workflow. These tools include scripts for selecting non-deforming bones and saving poses as shape keys.
File: select_non_deform_bones.py
Description: This script adds an option to the Select menu while in Edit Mode on an Armature to select all bones that have the Deform option unchecked. This can be particularly useful for rigging and animation tasks where non-deforming bones need to be managed separately.
Usage:
- Switch to Edit Mode on an Armature.
- Open the Select menu.
- Choose the "Select Non-Deforming Bones" option.
File: save_pose_as_shapekey.py
Description: This script simplifies the process of generating shape keys based on an armature pose to a Target Mesh. It assigns the new shape key a name, making it easier to manage and apply in your projects. This option is available in the Blender Toolbar in the 3D View.
Usage:
- Pose your armature as desired.
- Select the target mesh.
- Access the "Pose as Shape Key" option in the Blender Toolbar in the 3D View.
- Download the tool(s) from the Releases section of the repository.
- Open Blender 4.1.
- Navigate to
Edit
>Preferences
. - In the Preferences window, go to the
Add-ons
tab. - Click the
Install
button at the top. - Locate and select the downloaded ZIP file.
- Enable the add-on by checking the box next to newly installed add-on.
Now the tool(s) will be available in your Blender environment.
Contributions are welcome! If you have any suggestions, bug reports, or want to add new features, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or need further assistance, feel free to contact the project maintainers through GitHub.
Thank you for using astro-blender-tools
. We hope these tools enhance your Blender experience!
This README provides an overview of the tools, instructions for installation and usage, and guidelines for contributing. Happy blending!