Browse Source

Allow NONE textures to export

pull/6/head
Adam Johnson 10 years ago
parent
commit
40cea4f0c6
  1. 4
      korman/exporter/material.py

4
korman/exporter/material.py

@ -110,6 +110,10 @@ class MaterialConverter:
self._hsbitmaps[name] = bitmap
layer.texture = bitmap.key
def _export_texture_type_none(self, bo, hsgmat, layer, texture):
# We'll allow this, just for sanity's sake...
pass
@property
def _mgr(self):
return self._exporter().mgr

Loading…
Cancel
Save