Metadata display support - patch by Julian and me.

Basically, blender adds a few metadata fields to images when
we render an image. Those metadata can now be viewed in the
image editor.

Also, made sure metadata are available when we write imbufs
to disc with "Save As". There may be more cases here that need
fixing, but this means that loading an image with metadata
will now properly preserve them in blender.
This commit is contained in:
2015-04-20 19:57:57 +02:00
parent f9972fa53e
commit 50bfc4bfa0
13 changed files with 253 additions and 21 deletions

View File

@@ -42,6 +42,8 @@ void ED_editors_exit(struct bContext *C);
bool ED_editors_flush_edits(const struct bContext *C, bool for_render);
void ED_draw_ibuf_meta_data(const bContext *C, struct ImBuf *ibuf);
/* ************** Undo ************************ */
/* undo.c */