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:
authorDalai Felinto <dfelinto@gmail.com>2017-04-21 13:31:48 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-04-21 14:00:40 +0300
commitc7f00feabaa334cd839a9e7904ee0fc1b8d8d718 (patch)
treeebe3addb97adae7bfd160ca6625fe0972bae8209 /source/blender/makesrna/RNA_types.h
parent4b77fb30759d1b62224033fc92c55eef7f3e414a (diff)
Unify RNA and core depsgraph.objects
Note: Since this is not listbase nor array I'm also expanding RNA_types.h to allow for custom data.
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 cd04f9e8a6d..99ef0f9c8c4 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -282,6 +282,7 @@ typedef struct CollectionPropertyIterator {
union {
ArrayIterator array;
ListBaseIterator listbase;
+ void *custom;
} internal;
int idprop;
int level;