OGRECave / blender2ogre

Blender exporter for the OGRE 3D engine
GNU Lesser General Public License v2.1
199 stars 69 forks source link

Fix exception when there is a material slot but no material #232

Closed sercero closed 1 month ago

sercero commented 1 month ago

If an object has a material assigned and you click the X image

Then the material is removed but an empty slot remains, this status would trigger an exception when trying to obtain the name of the "material". image