From 73f1da749b5e721005dec2dec27134074f7e7679 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 26 Jul 2004 21:44:55 +0000 Subject: Nathan's huge ipo patch. - now more than 31 channels possible for ipos - added lotsa new channels all over - Texture block has ipo now too - recoded getname_ei functions (Will ask nathan to give release log info when he's back!) --- source/blender/blenloader/intern/readfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 9740ee738ca..d100e35f42f 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -4473,6 +4473,7 @@ static void expand_key(FileData *fd, Main *mainvar, Key *key) static void expand_texture(FileData *fd, Main *mainvar, Tex *tex) { expand_doit(fd, mainvar, tex->ima); + expand_doit(fd, mainvar, tex->ipo); } static void expand_material(FileData *fd, Main *mainvar, Material *ma) -- cgit v1.2.3