From 09852b9a58e49cf1c33af59a88d5dac9bbfc8697 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 5 Jan 2011 00:37:21 +0000 Subject: Animation data for lattices is now shown in the Animaton Editors --- source/blender/editors/space_nla/nla_channels.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_channels.c b/source/blender/editors/space_nla/nla_channels.c index 92ca8f0decf..72c869c21a7 100644 --- a/source/blender/editors/space_nla/nla_channels.c +++ b/source/blender/editors/space_nla/nla_channels.c @@ -173,6 +173,7 @@ static int mouse_nla_channels (bAnimContext *ac, float x, int channel_index, sho case ANIMTYPE_DSARM: case ANIMTYPE_DSMESH: case ANIMTYPE_DSTEX: + case ANIMTYPE_DSLAT: { /* sanity checking... */ if (ale->adt) { -- cgit v1.2.3