A simple Blender 3.X/4.X+ plugin I've written to quickly do some functions while modding, saves a lot of clicks.
- Dedicated Sidebar menu to house all the functions the plugin has
- Most functions work in bulk and report to the user specific information
- Context aware; They wouldn't work if the selected object isn't a mesh or lacks the data required to execute the functions
- Remove Vertex Groups
- Remove Modifiers
- Remove Shape Keys
- Remove UV Maps
- Remove Materials
- Remove Unused Vertex Groups (Weights below 0.100 won't be deleted)
- Check Shape Key Count
- Flip UV Maps Horizontally
- Flip UV Maps Vertically
- Quickly Add Custom Vertex Colors
- Grab the latest release from the Releases page or download the repository's code as a ZIP file.
- Go to your Blender's Preferences menu > Add-ons > Install and Navigate to where you've downloaded said release/repo code archive then select it for install, Once done; tick it and you should be ready to go!