I want to use the OpenEXR bindings for Python from within Blender 2.6 under Windows 7 to access OpenEXR images created with blender and make some calculation with the z-buffer value.
I got the code from http://excamera.com/files/OpenEXR-1.2.0.tar.gz, but i don’t know how to get it to work together with Blender 2.6 to finally be able to
import OpenEXR
in my Blender python scripts. Any help would be great.
Thanks,
Irgi