Home
last modified time | relevance | path

Searched refs:BMO_slot_map_data_get (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_operator_api_inline.h164 void **BMO_slot_map_data_get(BMOpSlot *slot, const void *element) in BMO_slot_map_data_get() function
176 data = BMO_slot_map_data_get(slot, element); in BMO_slot_map_float_get()
191 data = BMO_slot_map_data_get(slot, element); in BMO_slot_map_int_get()
206 data = BMO_slot_map_data_get(slot, element); in BMO_slot_map_bool_get()
218 void **val = BMO_slot_map_data_get(slot, element); in BMO_slot_map_ptr_get()
230 void **val = (void **)BMO_slot_map_data_get(slot, element); in BMO_slot_map_elem_get()
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/operators/
H A Dbmo_subdivide.c1074 pat = *BMO_slot_map_data_get(params.slot_custom_patterns, face); in bmo_subdivide_edges_exec()