Blender Git Loki
Git Commits -> Revision 64bcdd6
Revision 64bcdd6 by Brecht Van Lommel (master) April 18, 2019, 18:07 (GMT) |
Images: support packing edited images as OpenEXR or PNG. This way float and multilayer images can now be packed without data loss. This removes the as_png option and always uses the appropriate file format depending on the image contents. |
Commit Details:
Full Hash: 64bcdd65bf0727c5e39ac2b3f32bf897bfbf07a1
Parent Commit: 690ed63
Lines Changed: +19, -92
5 Modified Paths:
/release/scripts/startup/bl_operators/image.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+4, -10) (Diff)
/source/blender/blenkernel/intern/image.c (+2, -3) (Diff)
/source/blender/editors/space_image/image_ops.c (+1, -53) (Diff)
/source/blender/makesrna/intern/rna_image_api.c (+11, -25) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+4, -10) (Diff)
/source/blender/blenkernel/intern/image.c (+2, -3) (Diff)
/source/blender/editors/space_image/image_ops.c (+1, -53) (Diff)
/source/blender/makesrna/intern/rna_image_api.c (+11, -25) (Diff)