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:
authorArystanbek Dyussenov <arystan.d@gmail.com>2009-07-01 17:37:52 +0400
committerArystanbek Dyussenov <arystan.d@gmail.com>2009-07-01 17:37:52 +0400
commit87a7dd377358d129cddcd06efafd7fd191e6f3de (patch)
tree9da9792368e6bfab421f44d3a04673da965d3212 /source/blender/makesrna/intern/rna_internal.h
parent1557736756b41dfa8fff4d7c887a7d6da2b1f468 (diff)
parent82055c82170885249bf922b05a5c7a3186c07c71 (diff)
Merge from 2.5 r21160 through r21285
Diffstat (limited to 'source/blender/makesrna/intern/rna_internal.h')
-rw-r--r--source/blender/makesrna/intern/rna_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_internal.h b/source/blender/makesrna/intern/rna_internal.h
index 09b46a32cb9..f465e733d68 100644
--- a/source/blender/makesrna/intern/rna_internal.h
+++ b/source/blender/makesrna/intern/rna_internal.h
@@ -256,6 +256,7 @@ void rna_freelistN(struct ListBase *listbase);
StructDefRNA *rna_find_struct_def(StructRNA *srna);
FunctionDefRNA *rna_find_function_def(FunctionRNA *func);
PropertyDefRNA *rna_find_parameter_def(PropertyRNA *parm);
+PropertyDefRNA *rna_find_struct_property_def(StructRNA *srna, PropertyRNA *prop);
/* Pointer Handling */