|
Blender V5.0
|
Public Attributes | |
| SpinLock * | lock |
| bool | masked |
| ushort | tile_width |
| ImBuf ** | tmpibuf |
| ProjPaintImage * | pjima |
Definition at line 525 of file paint_image_proj.cc.
| SpinLock* TileInfo::lock |
Definition at line 526 of file paint_image_proj.cc.
Referenced by project_paint_undo_subtiles().
| bool TileInfo::masked |
Definition at line 527 of file paint_image_proj.cc.
Referenced by project_paint_undo_subtiles().
| ProjPaintImage* TileInfo::pjima |
Definition at line 530 of file paint_image_proj.cc.
Referenced by project_paint_undo_subtiles(), and project_paint_uvpixel_init().
| ushort TileInfo::tile_width |
Definition at line 528 of file paint_image_proj.cc.
Referenced by project_paint_undo_subtiles().
| ImBuf** TileInfo::tmpibuf |
Definition at line 529 of file paint_image_proj.cc.
Referenced by project_paint_undo_subtiles().