EnvMap and getImage()

printing the directory dir(mat.getTextures()[0].tex) on texture type EnvMap will return that it has the property getImage() (like texture image). Try to get the image (mat.getTextures()[0].tex.getImage()) always return “None”, whether or not the EnvMap is a loaded image.

Any suggestion to access on an loaded EnvMap?

Submitted as a bug and getting the hint that getImage() for EnvMaps will be available for Blender 2.4.