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
โ๏ธ Related PME Features
- 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