|
Blender V5.0
|
#include "DNA_material_types.h"#include "BKE_attribute.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_grease_pencil.hh"#include "BKE_material.hh"#include "BLI_vector.hh"#include "DEG_depsgraph.hh"#include "ED_grease_pencil.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "WM_api.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::greasepencil |
| void ED_operatortypes_grease_pencil_material | ( | ) |
Definition at line 507 of file grease_pencil_material.cc.
References blender::ed::greasepencil::GREASE_PENCIL_OT_material_copy_to_object(), blender::ed::greasepencil::GREASE_PENCIL_OT_material_hide(), blender::ed::greasepencil::GREASE_PENCIL_OT_material_isolate(), blender::ed::greasepencil::GREASE_PENCIL_OT_material_lock_all(), blender::ed::greasepencil::GREASE_PENCIL_OT_material_lock_unselected(), blender::ed::greasepencil::GREASE_PENCIL_OT_material_lock_unused(), blender::ed::greasepencil::GREASE_PENCIL_OT_material_reveal(), blender::ed::greasepencil::GREASE_PENCIL_OT_material_unlock_all(), and WM_operatortype_append().
Referenced by ED_operatortypes_grease_pencil().