Blender
V3.3
|
#include <BKE_paint.h>
Public Attributes | |
bool | use_fake_neighbors |
float | current_max_distance |
int * | fake_neighbor_index |
Definition at line 473 of file BKE_paint.h.
float SculptFakeNeighbors::current_max_distance |
Definition at line 477 of file BKE_paint.h.
Referenced by SCULPT_fake_neighbor_init(), and SCULPT_fake_neighbors_ensure().
int* SculptFakeNeighbors::fake_neighbor_index |
Definition at line 480 of file BKE_paint.h.
Referenced by do_fake_neighbor_search_task_cb(), SCULPT_fake_neighbor_add(), SCULPT_fake_neighbor_init(), SCULPT_fake_neighbors_disable(), SCULPT_fake_neighbors_enable(), SCULPT_fake_neighbors_ensure(), sculpt_pose_fake_neighbors_free(), sculpt_vertex_neighbors_get_faces(), sculpt_vertex_neighbors_get_grids(), and sculptsession_free_pbvh().
bool SculptFakeNeighbors::use_fake_neighbors |
Definition at line 474 of file BKE_paint.h.
Referenced by SCULPT_fake_neighbors_disable(), SCULPT_fake_neighbors_enable(), sculpt_vertex_neighbors_get_faces(), and sculpt_vertex_neighbors_get_grids().