Blender
V3.3
|
Public Attributes | |
int | destx |
int | desty |
int | srcx |
int | srcy |
int | width |
int | height |
Definition at line 88 of file paint_image_2d.c.
int ImagePaintRegion::destx |
Definition at line 89 of file paint_image_2d.c.
Referenced by paint_2d_do_making_brush(), paint_2d_op(), paint_2d_set_region(), and paint_2d_torus_split_region().
int ImagePaintRegion::desty |
Definition at line 89 of file paint_image_2d.c.
Referenced by paint_2d_do_making_brush(), paint_2d_op(), paint_2d_set_region(), and paint_2d_torus_split_region().
int ImagePaintRegion::height |
Definition at line 91 of file paint_image_2d.c.
Referenced by paint_2d_do_making_brush(), paint_2d_op(), paint_2d_set_region(), and paint_2d_torus_split_region().
int ImagePaintRegion::srcx |
Definition at line 90 of file paint_image_2d.c.
Referenced by paint_2d_do_making_brush(), paint_2d_op(), paint_2d_set_region(), and paint_2d_torus_split_region().
int ImagePaintRegion::srcy |
Definition at line 90 of file paint_image_2d.c.
Referenced by paint_2d_do_making_brush(), paint_2d_op(), paint_2d_set_region(), and paint_2d_torus_split_region().
int ImagePaintRegion::width |
Definition at line 91 of file paint_image_2d.c.
Referenced by paint_2d_do_making_brush(), paint_2d_op(), paint_2d_set_region(), and paint_2d_torus_split_region().