|
Blender
V2.93
|
Public Attributes | |
| Brush * | br |
| ViewContext * | vc |
| MTex * | mtex |
| uchar * | buffer |
| bool | col |
| struct ImagePool * | pool |
| int | size |
| float | rotation |
| float | radius |
Definition at line 140 of file paint_cursor.c.
| Brush* LoadTexData::br |
Definition at line 141 of file paint_cursor.c.
| uchar* LoadTexData::buffer |
Definition at line 145 of file paint_cursor.c.
| bool LoadTexData::col |
Definition at line 146 of file paint_cursor.c.
| MTex* LoadTexData::mtex |
Definition at line 144 of file paint_cursor.c.
| struct ImagePool* LoadTexData::pool |
Definition at line 148 of file paint_cursor.c.
| float LoadTexData::radius |
Definition at line 151 of file paint_cursor.c.
| float LoadTexData::rotation |
Definition at line 150 of file paint_cursor.c.
| int LoadTexData::size |
Definition at line 149 of file paint_cursor.c.
| ViewContext* LoadTexData::vc |
Definition at line 142 of file paint_cursor.c.