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:
authorTon Roosendaal <ton@blender.org>2006-04-10 17:27:06 +0400
committerTon Roosendaal <ton@blender.org>2006-04-10 17:27:06 +0400
commit331406ea272eb15a3f2f3acdcb43ffc696ebc4b1 (patch)
tree76718e7b238b2a4e3287151ee4d60171a79ee797 /source/blender/makesdna/DNA_view3d_types.h
parent2c42d342d9700553476ed59f4890e819ade5427e (diff)
Bugfix #3702
Background image in 3d window didn't react on "reload image" options in UV WIndow or Buttons Window.
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 03c6aad6cf6..e793ce2495e 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -58,6 +58,7 @@ struct RenderInfo;
typedef struct BGpic {
struct Image *ima;
+ struct ImBuf *ibuf;
struct Tex *tex;
float xof, yof, size, zoom, blend;
short xim, yim;