Blender Git Loki
Git Commits -> Revision 305fdec
Revision 305fdec by Ton Roosendaal (master) January 11, 2006, 10:41 (GMT) |
Orange: tested all EXR demo images from openexr.com, found two issues; - images with a so-called "data window" (have negative start coordinate) did not read correctly - negative colors were not clamped yet in imbuf Now there's still some compliancy issues with zbuffers... you can save it either as unsigned int or as float, whilst blender renders zbuffer in signed int. :) |
Commit Details:
Full Hash: 305fdec0eb3cfb166d2a5fd56382af5372b657e3
SVN Revision: 6389
Parent Commit: 1332091
Lines Changed: +19, -11