|
Blender
V3.3
|
Public Attributes | |
| struct ProjPaintState * | ps_views [8] |
| int | ps_views_tot |
| int | symmetry_flags |
| int | orig_brush_size |
| bool | need_redraw |
| bool | is_clone_cursor_pick |
| Scene * | scene |
| Brush * | brush |
Handle for stroke (operator customdata)
Definition at line 213 of file paint_image_proj.c.
| Brush* ProjStrokeHandle::brush |
Definition at line 230 of file paint_image_proj.c.
Referenced by paint_proj_new_stroke(), and paint_proj_stroke_done().
| bool ProjStrokeHandle::is_clone_cursor_pick |
Definition at line 226 of file paint_image_proj.c.
Referenced by paint_proj_new_stroke(), paint_proj_stroke(), and paint_proj_stroke_done().
| bool ProjStrokeHandle::need_redraw |
Definition at line 223 of file paint_image_proj.c.
Referenced by paint_proj_redraw(), and paint_proj_stroke_ps().
| int ProjStrokeHandle::orig_brush_size |
Definition at line 221 of file paint_image_proj.c.
Referenced by paint_proj_new_stroke(), and paint_proj_stroke_done().
| struct ProjPaintState* ProjStrokeHandle::ps_views[8] |
Definition at line 217 of file paint_image_proj.c.
Referenced by paint_proj_new_stroke(), paint_proj_stroke(), and paint_proj_stroke_done().
| int ProjStrokeHandle::ps_views_tot |
Definition at line 218 of file paint_image_proj.c.
Referenced by paint_proj_new_stroke(), paint_proj_stroke(), and paint_proj_stroke_done().
| Scene* ProjStrokeHandle::scene |
Definition at line 229 of file paint_image_proj.c.
Referenced by paint_proj_new_stroke(), paint_proj_stroke(), and paint_proj_stroke_done().
| int ProjStrokeHandle::symmetry_flags |
Definition at line 219 of file paint_image_proj.c.
Referenced by paint_proj_new_stroke().