Blender Git Commit Log

Git Commits -> Revision ccac67d

Revision ccac67d by Joseph Eagar (master)
February 18, 2008, 23:50 (GMT)
Further work on the premul option for ton. This option
(which basically tells the renderer and compositor to expect a
key image) is now done at the image user level.

This does have some caveats, as image users don't always work
the way I thought they would/should (for example, the same image user
structure is apparently used in the uv image editor for all images,
which is kindof odd).

The UV image editor also now smartly detects if the premul option is
set and draws the image using key alpha, instead of premul

The subversion level was upped to convert the old premul flag, which was at
the image level, to the new one, which is at the image user level.

Commit Details:

Full Hash: ccac67d3eae4684e86b2a8a4858e9b173f520270
SVN Revision: 13759
Parent Commit: 05a28c8
Lines Changed: +81, -37

8 Modified Paths:

/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+51, -1) (Diff)
/source/blender/makesdna/DNA_image_types.h (+7, -1) (Diff)
/source/blender/nodes/intern/CMP_nodes/CMP_image.c (+7, -27) (Diff)
/source/blender/render/intern/source/texture.c (+1, -1) (Diff)
/source/blender/src/buttons_shading.c (+2, -3) (Diff)
/source/blender/src/drawimage.c (+5, -1) (Diff)
/source/blender/src/drawnode.c (+7, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021