📋 Metadata
- Author: draguu
- Date: 2018-10-05 06:54:27
- Type:
question - Replies (1): post_01579
💬 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