From 9ab91ab3616f667f39610c4e076644615d2fe632 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 14 Nov 2006 17:16:15 +0000 Subject: 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. --- source/blender/makesdna/DNA_group_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_group_types.h') 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; -- cgit v1.2.3