From a24a14f0905e79554cb51ea1b505f99e092076e5 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 18 Jul 2015 21:27:55 -0400 Subject: [PATCH] Actually add DynTextMaps to the layer I swear, one day... --- korman/exporter/material.py | 1 + 1 file changed, 1 insertion(+) diff --git a/korman/exporter/material.py b/korman/exporter/material.py index ad0535f..3b30c7a 100644 --- a/korman/exporter/material.py +++ b/korman/exporter/material.py @@ -434,6 +434,7 @@ class MaterialConverter: dtm.hasAlpha = texture.use_alpha # if you have a better idea, let's hear it... dtm.visWidth, dtm.visHeight = 1024, 1024 + layer.texture = dtm.key else: key = _Texture(texture=texture, use_alpha=has_alpha, force_calc_alpha=slot.use_stencil) if key not in self._pending: