H-uru / korman

Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine.
GNU General Public License v3.0
34 stars 17 forks source link

Fix CubeMap "No image" Bug #374

Closed DoobesURU closed 1 year ago

DoobesURU commented 1 year ago
DoobesURU commented 1 year ago

The diff would be smaller if you just did

        if texture.image is None:
            raise ExportError(f"CubeMap '{texture.name}' has no cube image!")

and didn't put the already existing code into an else: block.

Fixed!