Blender V5.0
blender::bke::pbvh::pixels::PBVHData Struct Reference

#include <BKE_paint_bvh_pixels.hh>

Public Member Functions

void clear_data ()

Public Attributes

Array< int3vert_tris
CopyPixelTiles tiles_copy_pixels

Detailed Description

Storage for texture painting on blender::bke::pbvh::Tree level.

Definition at line 346 of file BKE_paint_bvh_pixels.hh.

Member Function Documentation

◆ clear_data()

void blender::bke::pbvh::pixels::PBVHData::clear_data ( )
inline

Member Data Documentation

◆ tiles_copy_pixels

CopyPixelTiles blender::bke::pbvh::pixels::PBVHData::tiles_copy_pixels

Per ImageTile the pixels to copy to fix non-manifold bleeding.

Definition at line 351 of file BKE_paint_bvh_pixels.hh.

Referenced by blender::bke::pbvh::pixels::copy_pixels(), and blender::bke::pbvh::pixels::copy_update().

◆ vert_tris

Array<int3> blender::bke::pbvh::pixels::PBVHData::vert_tris

The documentation for this struct was generated from the following file: