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:14:31 +0300
committerHans Goudey <h.goudey@me.com>2022-09-15 21:14:31 +0300
commitd5df23d7581230da7ab5cfd5764a46f7f7941759 (patch)
tree5e9ab952eeb90be36004b2a0abecc58f3536e4c2 /source/blender/blenkernel/BKE_curves.h
parent0945ae338b4e7752baaea445ac193c24ff2f4d57 (diff)
Cleanup: Rename attribute required functions
Avoid "customdata" in the name, since that's an implementation detail in this context.
Diffstat (limited to 'source/blender/blenkernel/BKE_curves.h')
-rw-r--r--source/blender/blenkernel/BKE_curves.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_curves.h b/source/blender/blenkernel/BKE_curves.h
index c3302c6d2aa..71a0562e1df 100644
--- a/source/blender/blenkernel/BKE_curves.h
+++ b/source/blender/blenkernel/BKE_curves.h
@@ -25,7 +25,7 @@ void *BKE_curves_add(struct Main *bmain, const char *name);
struct BoundBox *BKE_curves_boundbox_get(struct Object *ob);
-bool BKE_curves_customdata_required(const struct Curves *curves, const char *name);
+bool BKE_curves_attribute_required(const struct Curves *curves, const char *name);
/* Depsgraph */