Blender
V3.3
|
#include <BKE_paint.h>
Public Attributes | |
int * | vert_map_mem |
struct MeshElemMap * | vert_to_loop |
int * | poly_map_mem |
struct MeshElemMap * | vert_to_poly |
Used for both vertex color and weight paint.
Definition at line 270 of file BKE_paint.h.
int* SculptVertexPaintGeomMap::poly_map_mem |
Definition at line 273 of file BKE_paint.h.
Referenced by BKE_sculptsession_free_vwpaint_data(), and vertex_paint_init_session_data().
int* SculptVertexPaintGeomMap::vert_map_mem |
Definition at line 271 of file BKE_paint.h.
Referenced by BKE_sculptsession_free_vwpaint_data(), and vertex_paint_init_session_data().
struct MeshElemMap* SculptVertexPaintGeomMap::vert_to_loop |
Definition at line 272 of file BKE_paint.h.
Referenced by BKE_sculptsession_free_vwpaint_data(), calculate_average_color(), do_vpaint_brush_blur_loops(), do_vpaint_brush_blur_verts(), do_vpaint_brush_smear(), vertex_paint_init_session_data(), and vpaint_do_draw().
struct MeshElemMap* SculptVertexPaintGeomMap::vert_to_poly |
Definition at line 274 of file BKE_paint.h.
Referenced by BKE_sculptsession_free_vwpaint_data(), do_vpaint_brush_blur_loops(), do_vpaint_brush_blur_verts(), do_vpaint_brush_smear(), do_wpaint_brush_blur_task_cb_ex(), do_wpaint_brush_smear_task_cb_ex(), vertex_paint_init_session_data(), and vpaint_do_draw().