Post #2903: Sorry for slow replies guys.

📋 Metadata

  • Author: roaoao
  • Date: 2019-12-01 21:04:07
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_02898

🏷️ Tags

macro scripting intermediate solved

  • Macro Editor
  • Python Scripting
  • Command Tab

💬 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