Blender V4.3
blender::bke::pbvh::pixels::PBVHData Struct Reference

#include <BKE_pbvh_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 340 of file BKE_pbvh_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 345 of file BKE_pbvh_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: