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>2008-01-04 20:48:07 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-01-04 20:48:07 +0300
commit2f7dad7df78ecc7a3a00f784a749a8dbd223061d (patch)
tree6a4061068aefd29be78018cb82642fba7ea9d943 /source/blender/blenkernel/BKE_anim.h
parent9ac2817fef9f77be3ccb50441e3cd87379680c61 (diff)
- Make dupliverts inside a dupligroup render and draw as instances.
- Possible fix for a dupli render memory leak, but i'm not sure.
Diffstat (limited to 'source/blender/blenkernel/BKE_anim.h')
-rw-r--r--source/blender/blenkernel/BKE_anim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_anim.h b/source/blender/blenkernel/BKE_anim.h
index c7808331d7e..c3e978a5a9a 100644
--- a/source/blender/blenkernel/BKE_anim.h
+++ b/source/blender/blenkernel/BKE_anim.h
@@ -44,7 +44,7 @@ typedef struct DupliObject {
struct DupliObject *next, *prev;
struct Object *ob;
unsigned int origlay;
- int index, no_draw;
+ int index, no_draw, type;
float mat[4][4], omat[4][4];
} DupliObject;