|
Blender V4.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 59 of file BKE_pbvh_pixels.hh.
|
inline |
Definition at line 72 of file BKE_pbvh_pixels.hh.
References BLI_rcti_init_minmax(), dirty_region, and flags.
|
inline |
Definition at line 86 of file BKE_pbvh_pixels.hh.
References BLI_rcti_init_minmax(), dirty_region, and flags.
|
inline |
Definition at line 78 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.
| bool blender::bke::pbvh::pixels::UDIMTilePixels::dirty |
Definition at line 64 of file BKE_pbvh_pixels.hh.
| rcti blender::bke::pbvh::pixels::UDIMTilePixels::dirty_region |
Definition at line 68 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(), mark_dirty(), and UDIMTilePixels().
| Vector<PackedPixelRow> blender::bke::pbvh::pixels::UDIMTilePixels::pixel_rows |
Definition at line 70 of file BKE_pbvh_pixels.hh.
Referenced by blender::bke::pbvh::pixels::apply_watertight_check(), blender::bke::pbvh::pixels::do_encode_pixels(), and blender::bke::pbvh::pixels::extract_barycentric_pixels().
| short blender::bke::pbvh::pixels::UDIMTilePixels::tile_number |
UDIM Tile number.
Definition at line 61 of file BKE_pbvh_pixels.hh.
Referenced by blender::bke::pbvh::pixels::do_encode_pixels().