From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Week 1

What I did this week

  • I started implementing half float textures (4 channel and 1 channel variants), which will further reduce the memory usage during Render. This will be used for e.g. Vertex Colors internally. For image textures we will check for .exr and .hdr, half float variants. So just as with byte and float single channel textures, the user needs to properly save the texture in his application of choice. This will also reduce the space needed on the harddrive, so it's a win win. We could auto detect all this, but that's not optimal, adds some startup time to each render and is generally something we should avoid. (9ddbf6ab)

Next week

Finish half floats implementation.

Questions

None.