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:
authorBastien Montagne <bastien@blender.org>2020-08-06 16:03:49 +0300
committerBastien Montagne <bastien@blender.org>2020-08-06 16:03:49 +0300
commit77d71cc11319acaf1163447f490a97bba6cfd0ab (patch)
tree08d6a6c13196c9ca3da3d4c70e496675cae5c44b /source/blender/blenkernel/BKE_customdata.h
parente4f400f0d659b835b748fb4dcea4baaa110264fc (diff)
Move CDData debug print helper from DM to CustomData 'namespace'/files.
Diffstat (limited to 'source/blender/blenkernel/BKE_customdata.h')
-rw-r--r--source/blender/blenkernel/BKE_customdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h
index 42beda352f5..3ef719cb73b 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -455,6 +455,7 @@ bool CustomData_from_bmeshpoly_test(CustomData *fdata, CustomData *ldata, bool f
bool CustomData_layer_validate(struct CustomDataLayer *layer,
const uint totitems,
const bool do_fixes);
+void CustomData_layers__print(struct CustomData *data);
/* External file storage */