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:
authorHans Goudey <h.goudey@me.com>2022-09-15 21:30:47 +0300
committerHans Goudey <h.goudey@me.com>2022-09-15 21:30:47 +0300
commitfbfa2f81ff55ebdccbfcd2db3b94048aeec2cb1d (patch)
tree937697d88831099f30bc95f56064f15322ee8192 /source/blender/blenkernel/BKE_mesh.h
parent441e18ed39b09ab2fe69c3754b1aa22263924dc4 (diff)
Fix possible to remove mesh position attribute
Diffstat (limited to 'source/blender/blenkernel/BKE_mesh.h')
-rw-r--r--source/blender/blenkernel/BKE_mesh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_mesh.h b/source/blender/blenkernel/BKE_mesh.h
index e15fade91c8..333ad60025a 100644
--- a/source/blender/blenkernel/BKE_mesh.h
+++ b/source/blender/blenkernel/BKE_mesh.h
@@ -184,6 +184,8 @@ struct Mesh *BKE_mesh_new_nomain_from_curve(const struct Object *ob);
struct Mesh *BKE_mesh_new_nomain_from_curve_displist(const struct Object *ob,
const struct ListBase *dispbase);
+bool BKE_mesh_attribute_required(const char *name);
+
bool BKE_mesh_ensure_facemap_customdata(struct Mesh *me);
bool BKE_mesh_clear_facemap_customdata(struct Mesh *me);