Image Panels

* The image panels in the image editor and texture buttons
  should be more complete now, with working new/open,
  refreshes, and using the layout engine.
* Paint panels in image editor are now consistent with the
  ones in the 3d view toolbar.
* Curves panel also uses layout engine, and doesn't look
  squashed anymore.
This commit is contained in:
2009-09-16 19:27:08 +00:00
parent 5129b08064
commit f8abfce7ce
13 changed files with 507 additions and 618 deletions

View File

@@ -53,9 +53,6 @@ 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);