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 20:16:15 +0300
committerTon Roosendaal <ton@blender.org>2006-11-14 20:16:15 +0300
commit9ab91ab3616f667f39610c4e076644615d2fe632 (patch)
treed8b67a3091249ec5493fce489cf0b0f1826a116b /source/blender/makesdna/DNA_group_types.h
parentba71fbb785c0aa99bb111ed702a5734fa2358f91 (diff)
New dupli-group feature: you can now set in Groups the layers you want
a group to show when used for duplicators. Is in the Object Buttons, "Object and Links" panel. Note that the duplicator layer itself still defines still visiblitily of entire group.
Diffstat (limited to 'source/blender/makesdna/DNA_group_types.h')
-rw-r--r--source/blender/makesdna/DNA_group_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_group_types.h b/source/blender/makesdna/DNA_group_types.h
index 09ecc3a68c1..34764fac47d 100644
--- a/source/blender/makesdna/DNA_group_types.h
+++ b/source/blender/makesdna/DNA_group_types.h
@@ -52,7 +52,8 @@ typedef struct Group {
ID id;
ListBase gobject; /* GroupObject */
-
+ unsigned int layer;
+ int pad;
} Group;