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/makesdna/DNA_lattice_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_lattice_types.h') diff --git a/source/blender/makesdna/DNA_lattice_types.h b/source/blender/makesdna/DNA_lattice_types.h index 253846dfae5..bf2ada51155 100644 --- a/source/blender/makesdna/DNA_lattice_types.h +++ b/source/blender/makesdna/DNA_lattice_types.h @@ -77,5 +77,7 @@ typedef struct Lattice { #define LT_GRID 1 #define LT_OUTSIDE 2 +#define LT_DS_EXPAND 4 + #endif -- cgit v1.2.3