Blender  V3.3
geometry_ops.cc
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2020 Blender Foundation. All rights reserved. */
3 
8 #include "WM_api.h"
9 
10 #include "ED_geometry.h"
11 
12 #include "geometry_intern.hh"
13 
14 /**************************** registration **********************************/
15 
17 {
18  using namespace blender::ed::geometry;
19 
27 }
void ED_operatortypes_geometry(void)
Definition: geometry_ops.cc:16
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_attribute_remove(wmOperatorType *ot)
void GEOMETRY_OT_color_attribute_render_set(wmOperatorType *ot)
void GEOMETRY_OT_color_attribute_remove(wmOperatorType *ot)
void WM_operatortype_append(void(*opfunc)(wmOperatorType *))