Blender V4.3
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
9#pragma once
10
11struct wmOperatorType;
12
13namespace blender::ed::geometry {
14
15/* *** geometry_attributes.cc *** */
25
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:4125