From f2f734c9a5668e370253ff550de9a240bb142466 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 21 Feb 2009 19:17:31 +0000 Subject: 2.5 View3D: background image buttons back. Again nice to use blend or size or other sliders for live updates. :) Note that 'load' doesnt work yet, the operator for image load only does space-image now. Also note that with a built-in 4-split option, we can also encode a way to show 3 different pics. --- source/blender/editors/include/ED_image.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/blender/editors/include/ED_image.h') diff --git a/source/blender/editors/include/ED_image.h b/source/blender/editors/include/ED_image.h index 99a8a02e7cf..566105109b2 100644 --- a/source/blender/editors/include/ED_image.h +++ b/source/blender/editors/include/ED_image.h @@ -30,6 +30,9 @@ struct SpaceImage; struct bContext; +struct Image; +struct ImageUser; +struct uiBlock; /* space_image.c, exported for transform */ struct Image *ED_space_image(struct SpaceImage *sima); @@ -50,6 +53,9 @@ int ED_space_image_show_paint(struct SpaceImage *sima); int ED_space_image_show_uvedit(struct SpaceImage *sima, struct Object *obedit); int ED_space_image_show_uvshadow(struct SpaceImage *sima, struct Object *obedit); +void ED_image_uiblock_panel(const struct bContext *C, struct uiBlock *block, struct Image **ima_pp, + struct ImageUser *iuser, short redraw, short imagechanged); + /* image_render.c, export for screen_ops.c, render operator */ void ED_space_image_output(struct bContext *C); -- cgit v1.2.3