Home
last modified time | relevance | path

Searched refs:editflag (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_mesh_types.h216 char editflag; member
282 (((_me)->editflag & ME_EDIT_PAINT_FACE_SEL) ? \
284 ((_me)->editflag & ME_EDIT_PAINT_VERT_SEL) ? SCE_SELECT_VERTEX : 0)
H A DDNA_screen_types.h110 short flag, editflag; member
H A DDNA_particle_types.h40 short editflag; member
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_vertex_weight_ops.c129 (me->editflag & ME_EDIT_VERTEX_GROUPS_X_SYMMETRY)); in weight_from_bones_exec()
189 const bool use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0; in weight_sample_invoke()
240 if (me->editflag & ME_EDIT_VERTEX_GROUPS_X_SYMMETRY) { in weight_sample_invoke()
338 const bool use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0; in weight_paint_sample_enum_itemf()
454 const bool topology = (me->editflag & ME_EDIT_MIRROR_TOPO) != 0; in weight_paint_set()
466 if (me->editflag & ME_EDIT_VERTEX_GROUPS_X_SYMMETRY) { in weight_paint_set()
494 if (me->editflag & ME_EDIT_VERTEX_GROUPS_X_SYMMETRY) { /* x mirror painting */ in weight_paint_set()
791 if (me->editflag & ME_EDIT_PAINT_FACE_SEL) { in paint_weight_gradient_exec()
815 data.use_select = (me->editflag & (ME_EDIT_PAINT_FACE_SEL | ME_EDIT_PAINT_VERT_SEL)) != 0; in paint_weight_gradient_exec()
H A Dpaint_vertex_color_ops.c75 const bool use_face_sel = (me->editflag & ME_EDIT_PAINT_FACE_SEL) != 0; in vertex_color_set()
76 const bool use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0; in vertex_color_set()
208 const bool use_face_sel = (me->editflag & ME_EDIT_PAINT_FACE_SEL) != 0; in vertex_color_smooth_looptag()
276 const bool use_face_sel = (me->editflag & ME_EDIT_PAINT_FACE_SEL) != 0; in vertex_color_smooth()
277 const bool use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0; in vertex_color_smooth()
H A Dpaint_vertex.c768 if (me->editflag & ME_EDIT_VERTEX_GROUPS_X_SYMMETRY) { in do_weight_paint_vertex_single()
964 if (me->editflag & ME_EDIT_VERTEX_GROUPS_X_SYMMETRY) { in do_weight_paint_vertex_multi()
1279 if (me->editflag & ME_EDIT_PAINT_FACE_SEL) { in ed_vwpaintmode_exit_generic()
1282 else if (me->editflag & ME_EDIT_PAINT_VERT_SEL) { in ed_vwpaintmode_exit_generic()
1287 if (me->editflag & ME_EDIT_PAINT_VERT_SEL) { in ed_vwpaintmode_exit_generic()
1290 else if (me->editflag & ME_EDIT_PAINT_FACE_SEL) { in ed_vwpaintmode_exit_generic()
1613 if (me->editflag & ME_EDIT_VERTEX_GROUPS_X_SYMMETRY) { in wpaint_stroke_test_start()
2777 const bool use_vert_sel = (data->me->editflag & in do_vpaint_brush_calc_average_color_cb_ex()
2848 const bool use_vert_sel = (data->me->editflag & in do_vpaint_brush_draw_task_cb_ex()
2947 const bool use_vert_sel = (data->me->editflag & in do_vpaint_brush_blur_task_cb_ex()
[all …]
H A Dpaint_vertex_weight_utils.c121 if (me->editflag & ME_EDIT_VERTEX_GROUPS_X_SYMMETRY) { in ED_wpaint_ensure_data()
H A Dpaint_vertex_color_utils.c59 const bool use_face_sel = (me->editflag & ME_EDIT_PAINT_FACE_SEL) != 0; in ED_vpaint_color_transform()
60 const bool use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0; in ED_vpaint_color_transform()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/screen/
H A Dscreen_ops.c1482 if ((area->v1->editflag && area->v2->editflag)) { in area_move_set_limits()
1489 if ((area->v2->editflag && area->v3->editflag)) { in area_move_set_limits()
1496 if ((area->v3->editflag && area->v4->editflag)) { in area_move_set_limits()
1503 if ((area->v4->editflag && area->v1->editflag)) { in area_move_set_limits()
1529 if (area->v1->editflag && area->v4->editflag) { in area_move_set_limits()
1532 else if (area->v2->editflag && area->v3->editflag) { in area_move_set_limits()
1549 if (area->v1->editflag && area->v2->editflag) { in area_move_set_limits()
1552 else if (area->v3->editflag && area->v4->editflag) { in area_move_set_limits()
1741 if (area->v1->editflag || area->v2->editflag || area->v3->editflag || area->v4->editflag) { in area_move_apply_do()
2389 area->v1->editflag = area->v2->editflag = area->v3->editflag = area->v4->editflag = 1; in area_split_modal()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_paint.c197 const bool use_face_sel = (me_orig->editflag & ME_EDIT_PAINT_FACE_SEL) != 0; in OVERLAY_paint_texture_cache_populate()
218 const bool use_face_sel = !is_edit_mode && (me_orig->editflag & ME_EDIT_PAINT_FACE_SEL); in OVERLAY_paint_vertex_cache_populate()
219 const bool use_vert_sel = !is_edit_mode && (me_orig->editflag & ME_EDIT_PAINT_VERT_SEL); in OVERLAY_paint_vertex_cache_populate()
/dports/games/kevedit/kevedit-0.5.1/src/texteditor/
H A Dtexteditor.h100 int editflag; /**< True when text is editable. */ member
H A Dtexteditor.c130 editor->editflag = 1; in createtexteditor()
229 if (!editor->editflag && editor->curline == editor->text->first) in texteditReadyToEdit()
345 if (!editor->editflag) in texteditHandleEditMovement()
373 if (!editor->editflag) in texteditHandleEditKey()
508 return !editor->editflag && editor->text->first->s[0] == '@'; in texteditIgnoreFirstLine()
H A Ddisplay.c255 if (!(editor->updateflags & TUD_PANEL) || !editor->editflag) in texteditDisplayPanel()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/armature/
H A Darmature_skinning.c215 bool use_topology = (mesh->editflag & ME_EDIT_MIRROR_TOPO) != 0; in envelope_bone_weighting()
219 (mesh->editflag & (ME_EDIT_PAINT_FACE_SEL | ME_EDIT_PAINT_VERT_SEL))) { in envelope_bone_weighting()
H A Dmeshlaplacian.c669 bool use_topology = (me->editflag & ME_EDIT_MIRROR_TOPO) != 0; in heat_bone_weighting()
672 bool use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0; in heat_bone_weighting()
673 bool use_face_sel = (me->editflag & ME_EDIT_PAINT_FACE_SEL) != 0; in heat_bone_weighting()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/select/
H A Dselect_draw_utils.c72 if (me_orig->editflag & ME_EDIT_PAINT_VERT_SEL) { in select_id_get_object_select_mode()
/dports/games/heroes/heroes-0.21/src/
H A Dheroes.c2860 char editflag = 0; in play_game() local
3061 editflag = 0; in play_game()
3079 if (editflag == 2) in play_game()
3080 editflag = 0; in play_game()
3081 if (editflag == 0) { in play_game()
3099 editflag = 1; in play_game()
3131 editflag = 2; in play_game()
3136 editflag = 2; in play_game()
3147 editflag = 0; in play_game()
3154 } while ((t != HK_Escape && t != HK_Enter) || editflag != 0); in play_game()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_mesh.c256 if ((me->editflag & ME_EDIT_PAINT_VERT_SEL) && (me->editflag & ME_EDIT_PAINT_FACE_SEL)) { in rna_Mesh_update_vertmask()
257 me->editflag &= ~ME_EDIT_PAINT_FACE_SEL; in rna_Mesh_update_vertmask()
268 if ((me->editflag & ME_EDIT_PAINT_VERT_SEL) && (me->editflag & ME_EDIT_PAINT_FACE_SEL)) { in rna_Mesh_update_facemask()
269 me->editflag &= ~ME_EDIT_PAINT_VERT_SEL; in rna_Mesh_update_facemask()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/physics/
H A Dparticle_object.c1028 key->flag = hkey->editflag; in copy_particle_edit()
1031 hkey->editflag |= PEK_USE_WCO; in copy_particle_edit()
H A Dparticle_edit.c241 key->flag = hair_key->editflag; in pe_update_hair_particle_edit_pointers()
244 hair_key->editflag |= PEK_USE_WCO; in pe_update_hair_particle_edit_pointers()
1451 hkey->editflag = key->flag; in PE_update_selection()
2872 nhkey->editflag = hkey->editflag; in remove_tagged_keys()
5177 key->flag = hkey->editflag; in PE_create_particle_edit()
5180 hkey->editflag |= PEK_USE_WCO; in PE_create_particle_edit()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_vgroup.c106 ((Mesh *)ob->data)->editflag & (ME_EDIT_PAINT_VERT_SEL | ME_EDIT_PAINT_FACE_SEL)) { in vertex_group_use_vert_sel()
541 bool use_topology = (me->editflag & ME_EDIT_MIRROR_TOPO) != 0; in ED_mesh_defvert_mirror_update_em()
556 bool use_topology = (me->editflag & ME_EDIT_MIRROR_TOPO) != 0; in ED_mesh_defvert_mirror_update_ob()
1540 if (!(me->editflag & ME_EDIT_PAINT_VERT_SEL)) { in vgroup_fix()
2454 const bool use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0; in ED_vgroup_mirror()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Dmeshtools.c1018 bool use_topology = (me->editflag & ME_EDIT_MIRROR_TOPO) != 0; in ED_mesh_mirror_get_vert()
1154 const bool use_topology = (me->editflag & ME_EDIT_MIRROR_TOPO) != 0; in mesh_get_x_mirror_faces()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpaint.c951 (((Mesh *)ob->data)->editflag & ME_EDIT_PAINT_FACE_SEL) && in BKE_paint_select_face_test()
959 (((Mesh *)ob->data)->editflag & ME_EDIT_PAINT_VERT_SEL) && in BKE_paint_select_vert_test()
H A Dmesh.c920 me_dst->editflag = me_src->editflag; in BKE_mesh_copy_settings()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_290.c812 mesh->symmetry = mesh->editflag & (ME_SYMMETRY_X | ME_SYMMETRY_Y | ME_SYMMETRY_Z); in blo_do_versions_290()

12