Home
last modified time | relevance | path

Searched refs:BONESEL_TIP (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_armature.h52 #define BONESEL_TIP (1u << 30) macro
54 #define BONESEL_ANY (BONESEL_TIP | BONESEL_ROOT | BONESEL_BONE)
/dports/graphics/blender/blender-2.91.0/source/blender/editors/armature/
H A Darmature_select.c796 if (hitresult & (BONESEL_ROOT | BONESEL_TIP)) { in get_nearest_editbonepoint()
802 else if ((hitresult & BONESEL_TIP) && (ebone->flag & BONE_TIPSEL) == 0) { in get_nearest_editbonepoint()
875 if (result->hitresult & BONESEL_TIP) { in get_nearest_editbonepoint()
1110 BLI_assert(!(is_ignore_flag & ~(BONESEL_ROOT | BONESEL_TIP))); in armature_edit_select_op_apply()
1111 BLI_assert(!(is_inside_flag & ~(BONESEL_ROOT | BONESEL_TIP | BONESEL_BONE))); in armature_edit_select_op_apply()
1135 const bool is_inside = is_inside_flag & BONESEL_TIP; in armature_edit_select_op_apply()
1204 if (ebone->parent->temp.i & BONESEL_TIP) { in ED_armature_edit_select_op_from_tagged()
1215 int is_ignore_flag = ((ebone->temp.i << 16) & (BONESEL_ROOT | BONESEL_TIP)); in ED_armature_edit_select_op_from_tagged()
1216 int is_inside_flag = (ebone->temp.i & (BONESEL_ROOT | BONESEL_TIP | BONESEL_BONE)); in ED_armature_edit_select_op_from_tagged()
1223 ELEM(is_inside_flag & (BONESEL_ROOT | BONESEL_TIP), BONESEL_ROOT, BONESEL_TIP)) { in ED_armature_edit_select_op_from_tagged()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_armature.c1386 DRW_select_load_id(select_id | BONESEL_TIP); in draw_points()
1557 DRW_select_load_id(select_id | BONESEL_TIP); in draw_bone_line()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_select.c1044 is_inside_flag |= BONESEL_TIP; in do_lasso_select_armature__doSelectBone()
1048 is_ignore_flag |= BONESEL_TIP; in do_lasso_select_armature__doSelectBone()