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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-05-20 13:17:21 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-05-20 13:17:21 +0400
commitd80911b8675582dca46ce78c17d5434b66a27f18 (patch)
treedcb1c32f10273f99fa2e3872f654387fabd27c7d /source/blender/makesrna/RNA_types.h
parenta1cc5ef8eb5ff4c2991199d286e572f1b6eaf4c6 (diff)
RNA: ID properties were not being shown as RNA properties anymore, fixed.
Python: fix two warnings (initialize to NULL).
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 69d9a6db7ce..0a8836327c3 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -109,6 +109,7 @@ typedef enum PropertyFlag {
typedef struct CollectionPropertyIterator {
/* internal */
PointerRNA parent;
+ PointerRNA builtin_parent;
struct PropertyRNA *prop;
void *internal;
int idprop;