|
Blender V4.3
|
Public Attributes | |
| Brush * | br |
| ViewContext * | vc |
| MTex * | mtex |
| uchar * | buffer |
| bool | col |
| ImagePool * | pool |
| int | size |
| float | rotation |
| float | radius |
Definition at line 134 of file paint_cursor.cc.
| Brush* blender::ed::sculpt_paint::LoadTexData::br |
Definition at line 135 of file paint_cursor.cc.
Referenced by blender::ed::sculpt_paint::load_tex(), and blender::ed::sculpt_paint::load_tex_cursor().
| uchar* blender::ed::sculpt_paint::LoadTexData::buffer |
Definition at line 139 of file paint_cursor.cc.
| bool blender::ed::sculpt_paint::LoadTexData::col |
Definition at line 140 of file paint_cursor.cc.
| MTex* blender::ed::sculpt_paint::LoadTexData::mtex |
Definition at line 138 of file paint_cursor.cc.
| ImagePool* blender::ed::sculpt_paint::LoadTexData::pool |
Definition at line 142 of file paint_cursor.cc.
| float blender::ed::sculpt_paint::LoadTexData::radius |
Definition at line 145 of file paint_cursor.cc.
| float blender::ed::sculpt_paint::LoadTexData::rotation |
Definition at line 144 of file paint_cursor.cc.
| int blender::ed::sculpt_paint::LoadTexData::size |
Definition at line 143 of file paint_cursor.cc.
| ViewContext* blender::ed::sculpt_paint::LoadTexData::vc |
Definition at line 136 of file paint_cursor.cc.