Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dsculpt_boundary.c140 GSet *included_vertices) in sculpt_boundary_index_add() argument
147 if (included_vertices) { in sculpt_boundary_index_add()
148 BLI_gset_add(included_vertices, POINTER_FROM_INT(new_index)); in sculpt_boundary_index_add()
218 GSet *included_vertices; member
236 sculpt_boundary_index_add(boundary, to_v, distance_boundary_to_dst, data->included_vertices); in boundary_floodfill_cb()
260 GSet *included_vertices = BLI_gset_int_new_ex("included vertices", BOUNDARY_INDICES_BLOCK_SIZE); in sculpt_boundary_indices_init() local
267 sculpt_boundary_index_add(boundary, initial_boundary_index, 0.0f, included_vertices); in sculpt_boundary_indices_init()
272 .included_vertices = included_vertices, in sculpt_boundary_indices_init()
285 if (BLI_gset_haskey(included_vertices, POINTER_FROM_INT(ni.index)) && in sculpt_boundary_indices_init()
294 BLI_gset_free(included_vertices, NULL); in sculpt_boundary_indices_init()