Blender V5.0
geometry_ops.cc
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#include "WM_api.hh"
10
11#include "ED_geometry.hh"
12
13#include "geometry_intern.hh"
14
15/**************************** registration **********************************/
16
17namespace blender::ed::geometry {
18
32
33} // 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)
void WM_operatortype_append(void(*opfunc)(wmOperatorType *))