hmmm, I really didn't think about EXR, thanks for the feedback, I'll include this format in the plans for the next update. If you need it now, try the following: open the BAM_BamAutomat_M.py file and in line 126 you will see such a block of code in which you can add new formats.
image_formats={ "PNG":"PNG", "JPEG":"JPEG", "JPG":"JPG", "TIFF":"TIFF", # Add new formats here if needed }
i think this should works:
image_formats={ "PNG":"PNG", "JPEG":"JPEG", "JPG":"JPG", "TIFF":"TIFF", "EXR":"EXR", # Add new formats here if needed }
This plugin is excellent - however one important thing that I haven't seen mentioned in the reviews is that it doesn't recognize EXR files. Especially important for displacement maps. Unless I'm missing something?