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>2015-11-30 14:38:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-01 02:31:10 +0300
commit9307202807e4ff52f2266b17597fa85ee6377293 (patch)
tree45f5f6b85b5854ed5ae2ad30dcfa3371eeee3749 /source/blender/makesrna/RNA_access.h
parentb7978e984b4885495d0966d0c8652ff43ddf9fc9 (diff)
RNA: de-duplciate rna-path create in tooltip code
Diffstat (limited to 'source/blender/makesrna/RNA_access.h')
-rw-r--r--source/blender/makesrna/RNA_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_access.h b/source/blender/makesrna/RNA_access.h
index 406bab011aa..480d34ae34e 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -973,6 +973,7 @@ char *RNA_path_resolve_from_type_to_property(
char *RNA_path_full_ID_py(struct ID *id);
char *RNA_path_full_struct_py(struct PointerRNA *ptr);
+char *RNA_path_full_property_py_ex(PointerRNA *ptr, PropertyRNA *prop, int index, bool use_fallback);
char *RNA_path_full_property_py(struct PointerRNA *ptr, struct PropertyRNA *prop, int index);
char *RNA_path_struct_property_py(struct PointerRNA *ptr, struct PropertyRNA *prop, int index);
char *RNA_path_property_py(struct PointerRNA *ptr, struct PropertyRNA *prop, int index);