Added and entry to the blender key that allows to disable loading of generated textures. The value is set to false by default because generated textures need extra care when being loaded.
textureDatas.clear();// clear previous textures, they will be covered anyway
}
textureDatas.add(textureData);
}else{
LOGGER.warning("The texture coordinates type is not supported: "+UVCoordinatesType.valueOf(uvCoordinatesType)+". The texture '"+textureStructure.getName()+"'.");
}
textureDatas.add(textureData);
}else{
LOGGER.warning("The texture coordinates type is not supported: "+UVCoordinatesType.valueOf(uvCoordinatesType)+". The texture '"+textureStructure.getName()+"'.");