Home
last modified time | relevance | path

Searched refs:select_mode (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/space_view3d_spacebar_menu/
H A Dedit_mesh.py93 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='VERT')
94 if bpy.ops.mesh.select_mode != "EDGE, FACE":
95 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='VERT')
108 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='EDGE')
109 if bpy.ops.mesh.select_mode != "VERT, FACE":
124 if bpy.ops.mesh.select_mode != "VERT, EDGE":
140 if bpy.ops.mesh.select_mode != "VERT, EDGE, FACE":
143 bpy.ops.mesh.select_mode(use_extend=True, use_expand=False, type='EDGE')
157 if bpy.ops.mesh.select_mode != "VERT, EDGE, FACE":
174 if bpy.ops.mesh.select_mode != "VERT, EDGE, FACE":
[all …]
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dfill.c50 f->select_mode = default_select_mode; in fill_pen_new()
60 if (f->select_mode==SELECT_REPLACE) in add_seed()
65 s->select_mode = f->select_mode; in add_seed()
138 filling_value, y, x1, x2, FILL_UP, select_mode); in fill_span_from_shadow()
141 filling_value, y, x1, x2, FILL_DOWN, select_mode); in fill_span_from_shadow()
285 filling_value, y, mark1, mark2, direction, select_mode); in fill_span_from_shadow()
369 filling_value, y, x1, x2, FILL_BOTH, select_mode); in fill_area_with_mode()
413 switch (pen->select_mode) { in select_for_fill()
442 select_bck = f->select_mode; in refresh_select_from_seeds()
450 f->select_mode = s->select_mode; in refresh_select_from_seeds()
[all …]
/dports/devel/efl/efl-1.25.1/src/edje_external/elementary/
H A Delm_calendar.c9 const char *select_mode; member
25 _calendar_select_mode_get(const char *select_mode) in _calendar_select_mode_get() argument
30 SELECT_MODE_GET(_calendar_select_modes, select_mode); in _calendar_select_mode_get()
40 Elm_Calendar_Select_Mode select_mode; in external_calendar_state_set() local
57 if (p->select_mode) in external_calendar_state_set()
59 select_mode = _calendar_select_mode_get(p->select_mode); in external_calendar_state_set()
60 elm_calendar_select_mode_set(obj, select_mode); in external_calendar_state_set()
92 Elm_Calendar_Select_Mode select_mode; in external_calendar_param_set() local
94 elm_calendar_select_mode_set(obj, select_mode); in external_calendar_param_set()
186 if (mem->select_mode) in external_calendar_params_free()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/select/
H A Dselect_draw_utils.c88 if (select_mode & SCE_SELECT_FACE) { in check_ob_drawface_dot()
101 short select_mode, in draw_select_id_edit_mesh() argument
113 if (select_mode & SCE_SELECT_FACE) { in draw_select_id_edit_mesh()
139 if (select_mode & SCE_SELECT_EDGE) { in draw_select_id_edit_mesh()
153 if (select_mode & SCE_SELECT_VERTEX) { in draw_select_id_edit_mesh()
167 short select_mode, in draw_select_id_mesh() argument
177 if (select_mode & SCE_SELECT_FACE) { in draw_select_id_mesh()
189 if (select_mode & SCE_SELECT_EDGE) { in draw_select_id_mesh()
200 if (select_mode & SCE_SELECT_VERTEX) { in draw_select_id_mesh()
215 short select_mode, in select_id_draw_object() argument
[all …]
H A Dselect_engine.c165 if (e_data.context.select_mode == -1) { in select_cache_init()
168 BLI_assert(e_data.context.select_mode != 0); in select_cache_init()
179 if (e_data.context.select_mode & SCE_SELECT_FACE) { in select_cache_init()
187 if (e_data.context.select_mode & SCE_SELECT_EDGE) { in select_cache_init()
193 if (e_data.context.select_mode & SCE_SELECT_VERTEX) { in select_cache_init()
240 if (e_data.context.select_mode & SCE_SELECT_FACE) { in select_cache_populate()
253 if (e_data.context.select_mode & SCE_SELECT_EDGE) { in select_cache_populate()
258 if (e_data.context.select_mode & SCE_SELECT_VERTEX) { in select_cache_populate()
284 e_data.context.select_mode, in select_cache_populate()
325 if (e_data.context.select_mode & SCE_SELECT_EDGE) { in select_draw_scene()
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/space_view3d_pie_menus/
H A Dpie_select_menu.py156 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='VERT')
157 if bpy.ops.mesh.select_mode != "EDGE, FACE":
158 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='VERT')
171 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='EDGE')
172 if bpy.ops.mesh.select_mode != "VERT, FACE":
173 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='EDGE')
186 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='FACE')
187 if bpy.ops.mesh.select_mode != "VERT, EDGE":
203 if bpy.ops.mesh.select_mode != "VERT, EDGE, FACE":
206 bpy.ops.mesh.select_mode(use_extend=True, use_expand=False, type='EDGE')
[all …]
H A Dpie_modes_menu.py145 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='VERT')
146 if bpy.ops.mesh.select_mode != "EDGE, FACE":
147 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='VERT')
160 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='EDGE')
161 if bpy.ops.mesh.select_mode != "VERT, FACE":
162 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='EDGE')
175 bpy.ops.mesh.select_mode(use_extend=False, use_expand=False, type='FACE')
176 if bpy.ops.mesh.select_mode != "VERT, EDGE":
191 if bpy.ops.mesh.select_mode != "VERT, EDGE, FACE":
194 bpy.ops.mesh.select_mode(use_extend=True, use_expand=False, type='EDGE')
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mask/
H A Dmask_editaction.c134 static void mask_layer_shape_select(MaskLayerShape *mask_layer_shape, short select_mode) in mask_layer_shape_select() argument
140 switch (select_mode) { in mask_layer_shape_select()
154 void ED_mask_select_frames(MaskLayer *mask_layer, short select_mode) in ED_mask_select_frames() argument
166 mask_layer_shape_select(mask_layer_shape, select_mode); in ED_mask_select_frames()
183 void ED_mask_select_frame(MaskLayer *mask_layer, int selx, short select_mode) in ED_mask_select_frame() argument
194 mask_layer_shape_select(mask_layer_shape, select_mode); in ED_mask_select_frame()
199 void ED_masklayer_frames_select_box(MaskLayer *mask_layer, float min, float max, short select_mode) in ED_masklayer_frames_select_box() argument
211 mask_layer_shape_select(mask_layer_shape, select_mode); in ED_masklayer_frames_select_box()
220 short select_mode) in ED_masklayer_frames_select_region() argument
241 mask_layer_shape_select(mask_layer_shape, select_mode); in ED_masklayer_frames_select_region()
[all …]
/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Ddata_sources.py200 def GetTestsFromSource(self, source, count=50, select_mode=None): argument
236 if select_mode in ('weighted', 'automatic', None):
240 select_mode = 'random'
242 select_mode = 'chunk'
244 if select_mode == 'weighted':
246 select_mode = 'random'
248 select_mode = 'weighted'
251 (count, len(records), select_mode))
252 if select_mode == 'weighted':
254 elif select_mode == 'chunk':
[all …]
/dports/graphics/blender/blender-2.91.0/tests/python/modules/
H A Dmesh_test.py114 if select_mode not in ['VERT', 'EDGE', 'FACE']:
116 self.select_mode = select_mode
121 " in selection mode: " + self.select_mode + ", selecting " + str(self.selection)
326 bpy.context.tool_settings.mesh_select_mode = (operator.select_mode == 'VERT',
327 operator.select_mode == 'EDGE',
328 operator.select_mode == 'FACE')
330 if operator.select_mode == 'VERT':
332 elif operator.select_mode == 'EDGE':
334 elif operator.select_mode == 'FACE':
341 bpy.ops.mesh.select_mode(type=operator.select_mode)
[all …]
/dports/graphics/py-imageio/imageio-2.9.0/imageio/core/
H A Dformat.py164 select_mode = request.mode[1] if request.mode[1] in "iIvV" else ""
165 if select_mode not in self.modes:
166 modename = MODENAMES.get(select_mode, select_mode)
179 select_mode = request.mode[1] if request.mode[1] in "iIvV" else ""
180 if select_mode not in self.modes:
181 modename = MODENAMES.get(select_mode, select_mode)
678 select_mode = request.mode[1] if request.mode[1] in "iIvV" else ""
683 if select_mode in format.modes:
705 select_mode = request.mode[1] if request.mode[1] in "iIvV" else ""
710 if select_mode in format.modes:
/dports/cad/yosys/yosys-yosys-0.12/passes/techmap/
H A Daigmap.cc48 bool nand_mode = false, select_mode = false; in execute() local
60 select_mode = true; in execute()
89 if (select_mode) in execute()
113 if (select_mode) in execute()
124 if (select_mode) in execute()
134 if (select_mode) in execute()
173 if (select_mode) { in execute()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Deditaction_gpencil.c129 static void gpencil_frame_select(bGPDframe *gpf, short select_mode) in gpencil_frame_select() argument
135 switch (select_mode) { in gpencil_frame_select()
149 void ED_gpencil_select_frames(bGPDlayer *gpl, short select_mode) in ED_gpencil_select_frames() argument
158 gpencil_frame_select(gpf, select_mode); in ED_gpencil_select_frames()
175 void ED_gpencil_select_frame(bGPDlayer *gpl, int selx, short select_mode) in ED_gpencil_select_frame() argument
186 gpencil_frame_select(gpf, select_mode); in ED_gpencil_select_frame()
191 void ED_gpencil_layer_frames_select_box(bGPDlayer *gpl, float min, float max, short select_mode) in ED_gpencil_layer_frames_select_box() argument
200 gpencil_frame_select(gpf, select_mode); in ED_gpencil_layer_frames_select_box()
209 short select_mode) in ED_gpencil_layer_frames_select_region() argument
227 gpencil_frame_select(gpf, select_mode); in ED_gpencil_layer_frames_select_region()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_nla/
H A Dnla_select.c447 short select_mode) in nlaedit_select_leftright() argument
462 if (select_mode == SELECT_REPLACE) { in nlaedit_select_leftright()
463 select_mode = SELECT_ADD; in nlaedit_select_leftright()
481 select_mode = selmodes_to_flagmodes(select_mode); in nlaedit_select_leftright()
495 ACHANNEL_SET_FLAG(strip, select_mode, NLASTRIP_FLAG_SELECT); in nlaedit_select_leftright()
603 short select_mode, in mouse_nla_strips() argument
622 if (select_mode != SELECT_REPLACE) { in mouse_nla_strips()
629 if ((strip != NULL && select_mode == SELECT_REPLACE) || (strip == NULL && deselect_all)) { in mouse_nla_strips()
631 select_mode = SELECT_ADD; in mouse_nla_strips()
649 select_mode = selmodes_to_flagmodes(select_mode); in mouse_nla_strips()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dgrids_window.cpp150 if (select_mode) in GridsWindow()
183 select_mode = m; in set_select_mode()
184 headerbar->set_show_close_button(!select_mode); in set_select_mode()
185 button_ok->set_visible(select_mode); in set_select_mode()
186 button_cancel->set_visible(select_mode); in set_select_mode()
187 button_box->set_visible(!select_mode); in set_select_mode()
188 set_modal(select_mode); in set_select_mode()
190 if (select_mode) { in set_select_mode()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/mesh_tools/
H A D__init__.py769 if bpy.ops.mesh.select_mode != "EDGE, FACE":
784 if bpy.ops.mesh.select_mode != "VERT, FACE":
799 if bpy.ops.mesh.select_mode != "VERT, EDGE":
813 if bpy.ops.mesh.select_mode != "VERT, EDGE, FACE":
816 bpy.ops.mesh.select_mode(use_extend=True, use_expand=False, type='EDGE')
829 if bpy.ops.mesh.select_mode != "VERT, EDGE, FACE":
832 bpy.ops.mesh.select_mode(use_extend=True, use_expand=False, type='FACE')
846 if bpy.ops.mesh.select_mode != "VERT, EDGE, FACE":
849 bpy.ops.mesh.select_mode(use_extend=True, use_expand=False, type='FACE')
863 if bpy.ops.mesh.select_mode != "VERT, EDGE, FACE":
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/power_sequencer/operators/
H A Dmouse_trim_instantly.py61 select_mode: bpy.props.EnumProperty(
93 if self.select_mode == "CURSOR" or (self.select_mode == "CONTEXT" and to_trim == []):
110 if self.gap_remove and self.select_mode == "CURSOR":
H A Dmouse_trim_modal.py105 select_mode: bpy.props.EnumProperty(
175 self.select_mode = "CONTEXT" if self.select_mode == "CURSOR" else "CURSOR"
234 + "({}) Mode: {}".format(self.event_select_mode_string, self.select_mode.capitalize())
279 if self.select_mode == "CONTEXT":
284 if self.select_mode == "CURSOR" or (
285 not overlapping_strips and self.select_mode == "CONTEXT"
297 if (self.gap_remove and self.select_mode == "CURSOR") or (
298 self.select_mode == "CONTEXT" and to_trim == [] and to_delete == []
321 if self.select_mode == "CONTEXT" and s.channel not in channels:
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_action/
H A Daction_select.c1346 if (select_mode == SELECT_REPLACE) { in actkeys_select_leftright()
1347 select_mode = SELECT_ADD; in actkeys_select_leftright()
1357 select_cb = ANIM_editkeyframes_select(select_mode); in actkeys_select_leftright()
1400 if (select_mode == SELECT_ADD) { in actkeys_select_leftright()
1533 short select_mode, in actkeys_mselect_single() argument
1540 select_cb = ANIM_editkeyframes_select(select_mode); in actkeys_mselect_single()
1597 select_cb = ANIM_editkeyframes_select(select_mode); in actkeys_mselect_column()
1657 ED_mask_select_frames(ale->data, select_mode); in actkeys_mselect_channel_only()
1692 short select_mode, in mouse_action_keys() argument
1710 if (select_mode != SELECT_REPLACE) { in mouse_action_keys()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_mask.h103 short select_mode);
107 short select_mode);
108 void ED_mask_select_frames(struct MaskLayer *mask_layer, short select_mode);
109 void ED_mask_select_frame(struct MaskLayer *mask_layer, int selx, short select_mode);
/dports/sysutils/nitrogen/nitrogen-1.6.1/src/
H A DNWindow.cc51 bot_hbox.pack_start (select_mode, FALSE, FALSE, 0); in NWindow()
122 select_mode.show(); in show()
198 SetBG::SetMode mode = SetBG::string_to_mode( this->select_mode.get_active_data() ); in apply_bg()
294 SetBG::SetMode mode = SetBG::string_to_mode(this->select_mode.get_active_data()); in set_bg()
329 …this->select_mode.add_image_row( icon, _("Automatic"), SetBG::mode_to_string(SetBG::SET_AUTO), tru… in setup_select_boxes()
336 …this->select_mode.add_image_row( icon, _("Scaled"), SetBG::mode_to_string(SetBG::SET_SCALE), false… in setup_select_boxes()
344 …this->select_mode.add_image_row( icon, _("Centered"), SetBG::mode_to_string(SetBG::SET_CENTER), fa… in setup_select_boxes()
352 this->select_mode.add_image_row( icon, _("Tiled"), SetBG::mode_to_string(SetBG::SET_TILE), false ); in setup_select_boxes()
361 …this->select_mode.add_image_row( icon, _("Zoomed"), SetBG::mode_to_string(SetBG::SET_ZOOM), false … in setup_select_boxes()
362 …this->select_mode.add_image_row( icon, _("Zoomed Fill"), SetBG::mode_to_string(SetBG::SET_ZOOM_FIL… in setup_select_boxes()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Ditem_list.cpp238 if (select_mode != SELECT_MULTI) { in unselect()
256 if (select_mode == SELECT_SINGLE) in set_current()
373 select_mode = p_mode; in set_select_mode()
379 return select_mode; in get_select_mode()
560 if (select_mode == SELECT_SINGLE) { in _input_event()
594 if (select_mode == SELECT_SINGLE) { in _input_event()
607 if (select_mode == SELECT_SINGLE) { in _input_event()
637 if (select_mode == SELECT_SINGLE) { in _input_event()
649 if (select_mode == SELECT_SINGLE) { in _input_event()
1157 if (select_mode == SELECT_SINGLE) { in sort_items_by_text()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Ditem_list.cpp238 if (select_mode != SELECT_MULTI) { in unselect()
256 if (select_mode == SELECT_SINGLE) in set_current()
373 select_mode = p_mode; in set_select_mode()
379 return select_mode; in get_select_mode()
560 if (select_mode == SELECT_SINGLE) { in _input_event()
594 if (select_mode == SELECT_SINGLE) { in _input_event()
607 if (select_mode == SELECT_SINGLE) { in _input_event()
637 if (select_mode == SELECT_SINGLE) { in _input_event()
649 if (select_mode == SELECT_SINGLE) { in _input_event()
1157 if (select_mode == SELECT_SINGLE) { in sort_items_by_text()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/tests/unit_tests/Integer/
H A Dswitch2_m.tst26 // Now, try with int16 inputs. select_mode = 1 does not produce any change in this case.
27 scs_m.props.context = ["a=int16(-5)"; "b=int16(5)"; "input_type=4"; "select_mode=1"; "buffsize=97"];
36 // Finally, with int8 inputs, and select_mode = 2, we set buffsize to 100 to catch the first zero o…
38 scs_m.props.context = ["a=int8(-5)"; "b=int8(5)"; "input_type=5"; "select_mode=2"; "buffsize=100"];
H A Dswitch2_m.dia.ref19 // Now, try with int16 inputs. select_mode = 1 does not produce any change in this case.
20 scs_m.props.context = ["a=int16(-5)"; "b=int16(5)"; "input_type=4"; "select_mode=1"; "buffsize=97"];
26 // Finally, with int8 inputs, and select_mode = 2, we set buffsize to 100 to catch the first zero o…
28 scs_m.props.context = ["a=int8(-5)"; "b=int8(5)"; "input_type=5"; "select_mode=2"; "buffsize=100"];

12345678910