armature snake case addon

Armature Snake Case add-on

This add-on renames an armature and its bones to snake_case. It is useful when imported rigs use names like Spine1, LeftArm, mixamorig:Hips, or DEF-upper_arm.L, but your engine or tools expect consistent lowercase names.

Download

blender_armature_snake_case_addon.py

Examples

Install

  1. In Blender, open Edit > Preferences > Add-ons.
  2. Use Install from Disk and choose blender_armature_snake_case_addon.py.
  3. Enable Armature Snake Case Renamer.

Use

  1. Select the armature object.
  2. Open the 3D View sidebar with N.
  3. Go to Animation > Armature Snake Case.
  4. Run once with Dry Run enabled and check the console output.
  5. Disable Dry Run and run again to rename the rig.

What it updates

Notes

Renaming bones changes the public interface of the rig. Do it before exporting to the engine or before building tools that depend on exact bone names. If an animation came from a different file with the old bone names, clean the rig and the Actions together in the same Blender file.


edit this page