robertvari

Rename bones

Mar 30th, 2022 (edited)
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. import bpy
  2.  
  3. for bone in bpy.context.selected_bones:
  4.     bone.name = bone.name.replace("deform", "rig")
Add Comment
Please, Sign In to add comment