Post #1577: raoaoa experts help needed ,

๐Ÿ“‹ Metadata

  • Author: draguu
  • Date: 2018-10-05 06:54:27
  • Type: question
  • Quality Score: 5/10
  • Replies (1): post_01579

๐Ÿท๏ธ Tags

macro python-scripting intermediate unsolved

  • Macro Editor
  • Python Scripting

๐Ÿ’ฌ Content

raoaoa experts help needed ,

how do i select do something like this ,

if bone(โ€˜handโ€™) available then select it , if not available then check if bone(โ€˜legโ€™) is available or not if available then select it
insort multiple bone selection but with checking if those bones are available then only , otherwise move to next bone ,
i know how to select one single bone ,
O.pose.select_all(action=โ€˜DESELECTโ€™); C.object.data.bones[โ€œhandโ€].select = True


๐Ÿ”— View on Blender Artists