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:
authorTon Roosendaal <ton@blender.org>2006-11-14 23:41:38 +0300
committerTon Roosendaal <ton@blender.org>2006-11-14 23:41:38 +0300
commit85c90b4951523052de0cd4bd7496f53153abff3a (patch)
treeb9046a7cd496049894fdb584bdc5610f31f620a9 /source/blender/blenkernel/BKE_anim.h
parenta8ca44ea4145a347fd518a261555de537e4296a3 (diff)
Fixes in commit for Group Proxy feature;
- Groups with hidden parts didn't render OK - Layer buttons sent out wrong events
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 d77677fa748..c7808331d7e 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;
+ int index, no_draw;
float mat[4][4], omat[4][4];
} DupliObject;