Blender V5.0
geometry_intern.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2020 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11struct wmOperatorType;
12
13namespace blender::ed::geometry {
14
15/* *** geometry_attributes.cc *** */
16void GEOMETRY_OT_attribute_add(wmOperatorType *ot);
17void GEOMETRY_OT_attribute_remove(wmOperatorType *ot);
18void GEOMETRY_OT_color_attribute_add(wmOperatorType *ot);
19void GEOMETRY_OT_color_attribute_remove(wmOperatorType *ot);
20void GEOMETRY_OT_color_attribute_render_set(wmOperatorType *ot);
21void GEOMETRY_OT_color_attribute_duplicate(wmOperatorType *ot);
22void GEOMETRY_OT_attribute_convert(wmOperatorType *ot);
23void GEOMETRY_OT_color_attribute_convert(wmOperatorType *ot);
24void GEOMETRY_OT_geometry_randomization(wmOperatorType *ot);
25
26void GEOMETRY_OT_execute_node_group(wmOperatorType *ot);
27
28} // namespace blender::ed::geometry
void GEOMETRY_OT_execute_node_group(wmOperatorType *ot)
void GEOMETRY_OT_attribute_add(wmOperatorType *ot)
void GEOMETRY_OT_color_attribute_add(wmOperatorType *ot)
void GEOMETRY_OT_attribute_convert(wmOperatorType *ot)
void GEOMETRY_OT_color_attribute_duplicate(wmOperatorType *ot)
void GEOMETRY_OT_color_attribute_convert(wmOperatorType *ot)
void GEOMETRY_OT_attribute_remove(wmOperatorType *ot)
void GEOMETRY_OT_color_attribute_render_set(wmOperatorType *ot)
void GEOMETRY_OT_geometry_randomization(wmOperatorType *ot)
void GEOMETRY_OT_color_attribute_remove(wmOperatorType *ot)
wmOperatorType * ot
Definition wm_files.cc:4237