📋 Metadata

💬 Content

Sorry for slow replies guys.
I’m babysitting with my nephews these days :baby:


ooopsies:

How can I make a custom menu/panel for selecting different parts of my rig?

Try to use this code in Command tab:

bones_to_select = {"Bone", "Bone.001"}; [setattr(b.bone, "select", b.name in bones_to_select) for b in C.object.pose.bones]

❤️ 3 likes


🔗 View on Blender Artists