|
Blender V5.0
|
Public Attributes | |
| ProjPaintState * | ps_views [8] |
| std::optional< blender::float3 > | initial_hsv_jitter |
| int | ps_views_tot |
| int | symmetry_flags |
| int | orig_brush_size |
| bool | need_redraw |
| bool | is_clone_cursor_pick |
| Scene * | scene |
| Paint * | paint |
| Brush * | brush |
Handle for stroke (operator customdata)
Definition at line 235 of file paint_image_proj.cc.
| Brush* ProjStrokeHandle::brush |
Definition at line 258 of file paint_image_proj.cc.
Referenced by paint_proj_new_stroke(), and paint_proj_stroke_done().
| std::optional<blender::float3> ProjStrokeHandle::initial_hsv_jitter |
Definition at line 243 of file paint_image_proj.cc.
Referenced by paint_proj_new_stroke(), and paint_proj_stroke_ps().
| bool ProjStrokeHandle::is_clone_cursor_pick |
Definition at line 253 of file paint_image_proj.cc.
Referenced by paint_proj_new_stroke(), paint_proj_stroke(), and paint_proj_stroke_done().
| bool ProjStrokeHandle::need_redraw |
Definition at line 250 of file paint_image_proj.cc.
Referenced by paint_proj_redraw(), and paint_proj_stroke_ps().
| int ProjStrokeHandle::orig_brush_size |
Definition at line 248 of file paint_image_proj.cc.
Referenced by paint_proj_new_stroke(), and paint_proj_stroke_done().
| Paint* ProjStrokeHandle::paint |
Definition at line 257 of file paint_image_proj.cc.
Referenced by paint_proj_new_stroke(), and paint_proj_stroke_done().
| ProjPaintState* ProjStrokeHandle::ps_views[8] |
Definition at line 239 of file paint_image_proj.cc.
Referenced by paint_proj_new_stroke(), paint_proj_stroke(), and paint_proj_stroke_done().
| int ProjStrokeHandle::ps_views_tot |
Definition at line 245 of file paint_image_proj.cc.
Referenced by paint_proj_new_stroke(), paint_proj_stroke(), and paint_proj_stroke_done().
| Scene* ProjStrokeHandle::scene |
Definition at line 256 of file paint_image_proj.cc.
Referenced by paint_proj_new_stroke(), and paint_proj_stroke().
| int ProjStrokeHandle::symmetry_flags |
Definition at line 246 of file paint_image_proj.cc.
Referenced by paint_proj_new_stroke().