Blender
V3.3
|
#include <BKE_pbvh_pixels.hh>
Public Member Functions | |
UDIMTilePixels () | |
void | mark_dirty (const PackedPixelRow &pixel_row) |
void | clear_dirty () |
Public Attributes | |
short | tile_number |
struct { | |
bool dirty: 1 | |
} | flags |
rcti | dirty_region |
Vector< PackedPixelRow > | pixel_rows |
Node pixel data containing the pixels for a single UDIM tile.
Definition at line 101 of file BKE_pbvh_pixels.hh.
|
inline |
Definition at line 114 of file BKE_pbvh_pixels.hh.
References BLI_rcti_init_minmax(), dirty_region, and flags.
|
inline |
Definition at line 128 of file BKE_pbvh_pixels.hh.
References BLI_rcti_init_minmax(), dirty_region, and flags.
|
inline |
Definition at line 120 of file BKE_pbvh_pixels.hh.
References BLI_rcti_do_minmax_v(), dirty_region, flags, blender::bke::pbvh::pixels::PackedPixelRow::num_pixels, and blender::bke::pbvh::pixels::PackedPixelRow::start_image_coordinate.
Referenced by blender::ed::sculpt_paint::paint::image::do_paint_pixels().
bool blender::bke::pbvh::pixels::UDIMTilePixels::dirty |
Definition at line 106 of file BKE_pbvh_pixels.hh.
Referenced by blender::ed::sculpt_paint::paint::image::do_paint_pixels().
rcti blender::bke::pbvh::pixels::UDIMTilePixels::dirty_region |
Definition at line 110 of file BKE_pbvh_pixels.hh.
Referenced by clear_dirty(), mark_dirty(), and UDIMTilePixels().
struct { ... } blender::bke::pbvh::pixels::UDIMTilePixels::flags |
Referenced by clear_dirty(), blender::ed::sculpt_paint::paint::image::do_paint_pixels(), mark_dirty(), and UDIMTilePixels().
Vector<PackedPixelRow> blender::bke::pbvh::pixels::UDIMTilePixels::pixel_rows |
short blender::bke::pbvh::pixels::UDIMTilePixels::tile_number |
UDIM Tile number.
Definition at line 103 of file BKE_pbvh_pixels.hh.
Referenced by blender::bke::pbvh::pixels::do_encode_pixels(), and blender::ed::sculpt_paint::paint::image::do_paint_pixels().