|
Blender V5.0
|
#include "BKE_attribute.hh"#include "BKE_context.hh"#include "BKE_grease_pencil.hh"#include "BKE_report.hh"#include "DNA_scene_types.h"#include "DEG_depsgraph.hh"#include "ED_curves.hh"#include "ED_grease_pencil.hh"#include "RNA_access.hh"#include "WM_api.hh"#include "RNA_define.hh"#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::greasepencil |
Functions | |
| void | ED_operatortypes_grease_pencil_join () |
| void ED_operatortypes_grease_pencil_join | ( | ) |
Definition at line 625 of file grease_pencil_join_selection.cc.
References WM_operatortype_append().
Referenced by ED_operatortypes_grease_pencil().