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:
authorRohan Rathi <rohanrathi08@gmail.com>2017-09-05 13:55:51 +0300
committerRohan Rathi <rohanrathi08@gmail.com>2017-09-05 13:55:51 +0300
commitdca08a4440fdc5670bffab9b28120fdacd53364c (patch)
tree3c3e417de9c075234165fcbb27fdb85bd4241b90 /source/blender/makesrna/RNA_access.h
parent986b1f6f32708b658fea2b77000253b37820e559 (diff)
parentb0bbb5f34f414e4759222a0c1a6fb9e324898235 (diff)
Merge branch 'master' into soc-2017-normal-tools
Diffstat (limited to 'source/blender/makesrna/RNA_access.h')
-rw-r--r--source/blender/makesrna/RNA_access.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_access.h b/source/blender/makesrna/RNA_access.h
index b86c9956607..1414e38ca00 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -784,6 +784,9 @@ const struct ListBase *RNA_struct_type_functions(StructRNA *srna);
char *RNA_struct_name_get_alloc(PointerRNA *ptr, char *fixedbuf, int fixedlen, int *r_len);
+bool RNA_struct_available_or_report(struct ReportList *reports, const char *identifier);
+bool RNA_struct_bl_idname_ok_or_report(struct ReportList *reports, const char *identifier, const char *sep);
+
/* Properties
*
* Access to struct properties. All this works with RNA pointers rather than