Blender Git Commits

Blender Git "blend-thumbnail" branch commits.

August 27, 2015, 13:51 (GMT)
Some minor cleanup & enhancements from Campbell's review, thanks.
August 27, 2015, 12:57 (GMT)
Change file thumbnail into a struct (we pack pixel data after the struct).
August 27, 2015, 08:40 (GMT)
Remove RNA thumbnails API for now - we have to rethink a bit 'metadata' access for .blend file.
August 27, 2015, 08:36 (GMT)
Make .blend file thumbnail reading simpler and more coherent, read/store them when reading in background mode, and allow user to define custom thumbnails.

Primary goal of this commit is to fix an annoying issue - when processing and saving .blend
files in background mode you lose their thumbnails, since it can only be generated with
an OpenGL context.

Solution to that is to read .blend thumbnail while reading .blend file (only done in background
mode currently), and store it in Main struct.

Also, this lead to removing .blend file reading code from thumb_blend (no need to have doublons,
and always hated that piece of unreadable geeky code there anyway). We now have a small
interface in regular reading code area, which keeps it reasonbaly light by only reading/parsing
header info, and first few BHead blocks.

This makes code reading .blend thumbnail about 3 to 4 times slower than previous highly specialized
one in blend_thumb.c, but overall thumbnail generation of a big .blend files folder only grows
of about 1%, think we can bare with it.

Finally, since thumbnail is now optionally stored in Main struct, it makes it easy to allow user
to define their own custom one (instead of auto-generated one), either by generating it from a
specific scene, or giving it a raw array of pixels.

Reviewers: sergey, campbellbarton

Subscribers: Severin, psy-fi

Differential Revision: https://developer.blender.org/D1469
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021