Blender Git Commit Log

Git Commits -> Revision 50bfc4b

Revision 50bfc4b by Antonis Ryakiotakis (master)
April 21, 2015, 16:37 (GMT)
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.

Commit Details:

Full Hash: 50bfc4bfa0eabb68fcb5b5e82f80281fbaddcfeb
Parent Commit: f9972fa
Lines Changed: +253, -21

13 Modified Paths:

/release/scripts/startup/bl_ui/space_image.py (+1, -0) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/include/ED_util.h (+2, -0) (Diff)
/source/blender/editors/screen/area.c (+197, -0) (Diff)
/source/blender/editors/space_image/image_draw.c (+16, -9) (Diff)
/source/blender/editors/space_image/image_ops.c (+7, -0) (Diff)
/source/blender/editors/space_image/space_image.c (+1, -1) (Diff)
/source/blender/editors/util/CMakeLists.txt (+1, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+14, -1) (Diff)
/source/blender/imbuf/intern/IMB_metadata.h (+0, -10) (Diff)
/source/blender/imbuf/intern/metadata.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021