|
Blender V4.3
|
Painting operator to paint in 2D and 3D. More...
#include "DNA_brush_types.h"#include "DNA_color_types.h"#include "DNA_scene_types.h"#include "DNA_space_types.h"#include "BLI_math_color.h"#include "BKE_brush.hh"#include "BKE_context.hh"#include "BKE_layer.hh"#include "BKE_paint.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 534 of file paint_image_ops_paint.cc.
References wmOperatorType::cancel, wmOperatorType::description, ED_image_tools_paint_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_BLOCKING, ot, paint_stroke_operator_properties(), and wmOperatorType::poll.
Referenced by ED_operatortypes_paint().