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:
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index 01c1ddc194d..dbb32bf9358 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -1216,6 +1216,9 @@ void do_info_addmenu(void *arg, int event)
/* Lattice */
add_object_draw(OB_LATTICE);
break;
+ case 10:
+ /* group instance not yet */
+ break;
default:
break;
}