Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-11-26 08:19:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-26 08:19:56 +0300
commit77829369771e1cb44bd85c5a4abdda02f6f42103 (patch)
treed3535b0c6a894ec82bf334d91a64a9706ea007b5 /source/blender/bmesh/intern/bmesh_construct.h
parent0a3f0e64c9d226d1cee648a6411d0eb561d5c6e5 (diff)
BMesh: support copying & freeing layers by type
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_construct.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_construct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_construct.h b/source/blender/bmesh/intern/bmesh_construct.h
index 0b285979369..a13392a88ba 100644
--- a/source/blender/bmesh/intern/bmesh_construct.h
+++ b/source/blender/bmesh/intern/bmesh_construct.h
@@ -61,7 +61,7 @@ void BM_elem_attrs_copy_ex(BMesh *bm_src,
const void *ele_src_v,
void *ele_dst_v,
const char hflag_mask,
- const uint64_t cd_mask);
+ const uint64_t cd_mask_exclude);
void BM_elem_attrs_copy(BMesh *bm_src, BMesh *bm_dst, const void *ele_src_v, void *ele_dst_v);
void BM_elem_select_copy(BMesh *bm_dst, void *ele_dst_v, const void *ele_src_v);