|
Blender V4.3
|
#include "BKE_attribute.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_global.hh"#include "BKE_grease_pencil.hh"#include "BKE_image.hh"#include "BKE_layer.hh"#include "BKE_lib_id.hh"#include "BKE_material.h"#include "BKE_object.hh"#include "BKE_report.hh"#include "BLI_math_matrix.hh"#include "BLI_math_vector.h"#include "BLI_math_vector.hh"#include "BLI_task.hh"#include "BLT_translation.hh"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_build.hh"#include "DNA_curves_types.h"#include "DNA_grease_pencil_types.h"#include "DNA_material_types.h"#include "DNA_object_types.h"#include "IMB_imbuf_types.hh"#include "ED_grease_pencil.hh"#include "ED_numinput.hh"#include "ED_object.hh"#include "ED_screen.hh"#include "MEM_guardedalloc.h"#include "RNA_access.hh"#include "RNA_define.hh"#include "grease_pencil_trace_util.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::greasepencil |
Enumerations | |
Trace Image Operator | |
| enum class | blender::ed::sculpt_paint::greasepencil::TargetObjectMode : int8_t { blender::ed::sculpt_paint::greasepencil::New = 0 , blender::ed::sculpt_paint::greasepencil::Selected = 1 } |
| enum class | blender::ed::sculpt_paint::greasepencil::TraceMode : int8_t { blender::ed::sculpt_paint::greasepencil::Single = 0 , blender::ed::sculpt_paint::greasepencil::Sequence = 1 } |
Functions | |
Registration | |
| void | ED_operatortypes_grease_pencil_trace () |
| void ED_operatortypes_grease_pencil_trace | ( | ) |
Definition at line 567 of file grease_pencil_trace.cc.
References WM_operatortype_append().
Referenced by ED_operatortypes_grease_pencil().