Blender
V3.3
|
Public Attributes | |
Brush * | br |
ViewContext * | vc |
MTex * | mtex |
uchar * | buffer |
bool | col |
struct ImagePool * | pool |
int | size |
float | rotation |
float | radius |
Definition at line 126 of file paint_cursor.c.
Brush* LoadTexData::br |
Definition at line 127 of file paint_cursor.c.
uchar* LoadTexData::buffer |
Definition at line 131 of file paint_cursor.c.
bool LoadTexData::col |
Definition at line 132 of file paint_cursor.c.
MTex* LoadTexData::mtex |
Definition at line 130 of file paint_cursor.c.
struct ImagePool* LoadTexData::pool |
Definition at line 134 of file paint_cursor.c.
float LoadTexData::radius |
Definition at line 137 of file paint_cursor.c.
float LoadTexData::rotation |
Definition at line 136 of file paint_cursor.c.
int LoadTexData::size |
Definition at line 135 of file paint_cursor.c.
ViewContext* LoadTexData::vc |
Definition at line 128 of file paint_cursor.c.