From 115dfb22ccd267f22b9980652acbf479c8b3ac5a Mon Sep 17 00:00:00 2001 From: Roland Hess Date: Fri, 1 Aug 2008 12:56:29 +0000 Subject: Ipo Editor would not allow access to either World or Lamp texture Ipos. Now it does. Fixes bug #17379. --- source/blender/blenkernel/BKE_texture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenkernel/BKE_texture.h') diff --git a/source/blender/blenkernel/BKE_texture.h b/source/blender/blenkernel/BKE_texture.h index 78a8f60caeb..fade0f8cbaa 100644 --- a/source/blender/blenkernel/BKE_texture.h +++ b/source/blender/blenkernel/BKE_texture.h @@ -62,6 +62,7 @@ struct Tex *copy_texture(struct Tex *tex); void make_local_texture(struct Tex *tex); void autotexname(struct Tex *tex); struct Tex *give_current_texture(struct Object *ob, int act); +struct Tex *give_current_world_texture(void); struct TexMapping *add_mapping(void); void init_mapping(struct TexMapping *texmap); -- cgit v1.2.3