- [[Delete Unused Armature Bones]] - [[Merge Selected Armatures into Active Armature]] - [[Mesh Vertex Group Management with Prefix]] - [[Re-parent Selected Bones to Active Bone]] - [[Remove Duplicate Shape Keys and Empty Vertex Groups]] - [[Sequential Bone Renamer and Vertex Group Updater]] - [[Shape Key Cleaner]] - [[Vertex Group Cleaner]] - [[Vertex Group Merger for Armature Bones]] ## Script Prompt ``` Write a Blender script. Don’t define a main function. Don’t print messages to console—instead, raise exceptions. No explanation or instructions needed. ``` ## Note Prompt ``` Please help me create an entry in my notes for this script. Don’t include extra commentary so I can paste your output directly into my notes. The format I use is like this: ChatGPT Blender Script: <A brief human readable title for the script> <A description of what the script does> Directions <Instructions to remind me how to use this script> Source <The source code of the script, exactly as it was in your last message> ```