Blender  V3.3
ED_geometry.h
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 #pragma once
9 
10 #include "BKE_attribute.h"
11 #include "DNA_customdata_types.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 struct Mesh;
18 
19 void ED_operatortypes_geometry(void);
21  const char *layer_name,
22  eCustomDataType old_type,
23  eAttrDomain old_domain,
24  eCustomDataType new_type,
25  eAttrDomain new_domain);
26 #ifdef __cplusplus
27 }
28 #endif
Generic geometry attributes built on CustomData.
eAttrDomain
Definition: BKE_attribute.h:25
eCustomDataType
bool ED_geometry_attribute_convert(struct Mesh *mesh, const char *layer_name, eCustomDataType old_type, eAttrDomain old_domain, eCustomDataType new_type, eAttrDomain new_domain)
void ED_operatortypes_geometry(void)
Definition: geometry_ops.cc:16