Blender
V3.3
|
#include <BKE_paint.h>
Public Attributes | |
int * | connected_component |
BLI_bitmap * | boundary |
Definition at line 390 of file BKE_paint.h.
BLI_bitmap* SculptVertexInfo::boundary |
Definition at line 395 of file BKE_paint.h.
Referenced by SCULPT_boundary_info_ensure(), sculpt_check_boundary_vertex_in_base_mesh(), sculpt_topology_update(), and sculptsession_free_pbvh().
int* SculptVertexInfo::connected_component |
Definition at line 392 of file BKE_paint.h.
Referenced by mask_init_task_cb(), SCULPT_connected_components_ensure(), SCULPT_connected_components_floodfill_cb(), sculpt_expand_find_active_connected_components_from_vert(), sculpt_expand_is_vert_in_active_component(), sculpt_topology_update(), SCULPT_vertex_get_connected_component(), and sculptsession_free_pbvh().