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>2018-05-04 08:30:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-04 08:30:14 +0300
commitb3545ae37352ec440ee8fece0cd9c66289ebe52f (patch)
treea12039bd4f48b9adafe144a730e14b7405e0ed7f /source/blender/blenkernel/BKE_idprop.h
parent892dd3d069508319a8eff8a1401977e27d01f648 (diff)
parentf3c5b0394f095bb017c19c5a945c8e7714205bf2 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/blenkernel/BKE_idprop.h')
-rw-r--r--source/blender/blenkernel/BKE_idprop.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/blenkernel/BKE_idprop.h b/source/blender/blenkernel/BKE_idprop.h
index 02912739e86..c686fa41e7e 100644
--- a/source/blender/blenkernel/BKE_idprop.h
+++ b/source/blender/blenkernel/BKE_idprop.h
@@ -152,10 +152,9 @@ void IDP_Reset(IDProperty *prop, const IDProperty *reference);
# define IDP_Id(prop) ((ID *) (prop)->data.pointer)
#endif
-#ifndef NDEBUG
-/* for printout only */
-void IDP_spit(IDProperty *prop);
-#endif
+/* for printout/logging only */
+char *IDP_reprN(const struct IDProperty *prop);
+void IDP_print(const struct IDProperty *prop);
#ifdef __cplusplus
}