Blender Git Commit Log

Git Commits -> Revision 4b1f3a7

Revision 4b1f3a7 by Bastien Montagne (master)
September 1, 2015, 17:15 (GMT)
Fix T45931: Blender Fails to generate previews.

Root of the issue was, preview generator was filling ID preview with unsigned int,
when RNA only knows of signed integers (and thus generates a python exception
when converting uint outside of int range)...

Using the brand new and much simple float pixels accessor to PreviewImage now.

Why this was working perfectly OK (it seems...) under Linux, and why error (py exception)
was so badly and misleadingly reported on Windows, remains pitch black mystery to me.

Commit Details:

Full Hash: 4b1f3a7819ff535f8eb6fdd97b02951c32306f2d
Parent Commit: a2714c9
Lines Changed: +1, -4

1 Modified Path:

/release/scripts/modules/bl_previews_utils/bl_previews_render.py (+1, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021