Home
last modified time | relevance | path

Searched refs:points_proj_tot (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_iterators.c565 int points_proj_tot = 0; in armature_foreachScreenBone() local
570 points_proj_tot++; in armature_foreachScreenBone()
580 points_proj_tot++; in armature_foreachScreenBone()
587 if (points_proj_tot) { /* at least one point's projection worked */ in armature_foreachScreenBone()
617 int points_proj_tot = 0; in pose_foreachScreenBone() local
622 points_proj_tot++; in pose_foreachScreenBone()
632 points_proj_tot++; in pose_foreachScreenBone()
639 if (points_proj_tot) { /* at least one point's projection worked */ in pose_foreachScreenBone()
H A Dview3d_select.c526 int points_proj_tot = 0; in do_lasso_select_pose__do_tag() local
530 points_proj_tot++; in do_lasso_select_pose__do_tag()
540 points_proj_tot++; in do_lasso_select_pose__do_tag()
3779 int points_proj_tot = 0; in do_circle_select_pose__doSelectBone() local
3783 points_proj_tot++; in do_circle_select_pose__doSelectBone()
3791 points_proj_tot++; in do_circle_select_pose__doSelectBone()
3804 if ((is_point_done == false) && (points_proj_tot == 2) && in do_circle_select_pose__doSelectBone()
3882 int points_proj_tot = 0; in do_circle_select_armature__doSelectBone() local
3886 points_proj_tot++; in do_circle_select_armature__doSelectBone()
3894 points_proj_tot++; in do_circle_select_armature__doSelectBone()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/armature/
H A Darmature_select.c1115 int points_proj_tot = 0; in armature_edit_select_op_apply() local
1120 points_proj_tot++; in armature_edit_select_op_apply()
1133 points_proj_tot++; in armature_edit_select_op_apply()
1146 if ((is_point_done == false) && (points_proj_tot == 2)) { in armature_edit_select_op_apply()