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:
authorRoland Hess <me@harkyman.com>2008-08-01 16:56:29 +0400
committerRoland Hess <me@harkyman.com>2008-08-01 16:56:29 +0400
commit115dfb22ccd267f22b9980652acbf479c8b3ac5a (patch)
treebf96ae2dfba1d6eebd237eaaa0fd329c8f8bd290 /source/blender/blenkernel/BKE_texture.h
parentcb0aa467cd7acb1392897bf436d808de5b40e552 (diff)
Ipo Editor would not allow access to either World or Lamp texture Ipos. Now it does. Fixes bug #17379.
Diffstat (limited to 'source/blender/blenkernel/BKE_texture.h')
-rw-r--r--source/blender/blenkernel/BKE_texture.h1
1 files changed, 1 insertions, 0 deletions
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);