|
Blender V5.0
|
#include <BKE_paint_bvh_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 65 of file BKE_paint_bvh_pixels.hh.
|
inline |
Definition at line 78 of file BKE_paint_bvh_pixels.hh.
References BLI_rcti_init_minmax(), dirty_region, and flags.
|
inline |
Definition at line 92 of file BKE_paint_bvh_pixels.hh.
References BLI_rcti_init_minmax(), dirty_region, and flags.
|
inline |
Definition at line 84 of file BKE_paint_bvh_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 70 of file BKE_paint_bvh_pixels.hh.
Referenced by blender::ed::sculpt_paint::paint::image::do_paint_pixels().
| rcti blender::bke::pbvh::pixels::UDIMTilePixels::dirty_region |
Definition at line 74 of file BKE_paint_bvh_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 67 of file BKE_paint_bvh_pixels.hh.
Referenced by blender::bke::pbvh::pixels::do_encode_pixels(), and blender::ed::sculpt_paint::paint::image::do_paint_pixels().