|
Blender V5.0
|
Painting operator to paint in 2D and 3D. More...
#include "DNA_brush_types.h"#include "DNA_scene_types.h"#include "DNA_space_types.h"#include "BLI_math_color.h"#include "BLI_math_vector.h"#include "BKE_brush.hh"#include "BKE_colortools.hh"#include "BKE_context.hh"#include "BKE_layer.hh"#include "BKE_paint.hh"#include "BKE_paint_types.hh"#include "BKE_undo_system.hh"#include "ED_paint.hh"#include "ED_view3d.hh"#include "GPU_immediate.hh"#include "GPU_state.hh"#include "MEM_guardedalloc.h"#include "RNA_access.hh"#include "WM_api.hh"#include "WM_types.hh"#include "ED_image.hh"#include "paint_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::sculpt_paint |
| namespace | blender::ed::sculpt_paint::image |
| namespace | blender::ed::sculpt_paint::image::ops |
| namespace | blender::ed::sculpt_paint::image::ops::paint |
Painting operator to paint in 2D and 3D.
Definition in file paint_image_ops_paint.cc.
| void PAINT_OT_image_paint | ( | wmOperatorType * | ot | ) |
Definition at line 531 of file paint_image_ops_paint.cc.
References ED_image_tools_paint_poll(), OPTYPE_BLOCKING, ot, blender::ed::sculpt_paint::image::ops::paint::paint_cancel(), blender::ed::sculpt_paint::image::ops::paint::paint_exec(), blender::ed::sculpt_paint::image::ops::paint::paint_invoke(), blender::ed::sculpt_paint::image::ops::paint::paint_modal(), and paint_stroke_operator_properties().
Referenced by ED_operatortypes_paint().