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:
authorJacques Lucke <mail@jlucke.com>2019-12-04 13:33:48 +0300
committerJacques Lucke <mail@jlucke.com>2019-12-04 13:33:48 +0300
commit672b085264a484b7d5ef80bf5504804e725a3a38 (patch)
tree84888506c187dec06c532a249caf2f7eb07f96a7 /source/blender/makesrna/RNA_access.h
parentd709399b641ebcd4fee2fc22cd7677b7da391f1e (diff)
parent541d0fdba61a9c99612f7532207d5ce704f10b43 (diff)
Merge branch 'master' into functions
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 17ddc2b402e..20fda05766c 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -40,6 +40,7 @@ struct Main;
struct ReportList;
struct Scene;
struct bContext;
+struct IDProperty;
/* Types */
extern BlenderRNA BLENDER_RNA;
@@ -1157,6 +1158,8 @@ struct PropertyElemRNA {
};
bool RNA_path_resolve_elements(PointerRNA *ptr, const char *path, struct ListBase *r_elements);
+char *RNA_path_from_struct_to_idproperty(PointerRNA *ptr, struct IDProperty *needle);
+
struct ID *RNA_find_real_ID_and_path(struct Main *bmain, struct ID *id, const char **r_path);
char *RNA_path_from_ID_to_struct(PointerRNA *ptr);