From a0022ef067fb63ce63c79903ddca313b469522ca Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 10 Feb 2021 21:42:44 -0500 Subject: [PATCH] Fix #227. --- korman/exporter/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/exporter/convert.py b/korman/exporter/convert.py index a1d15e7..55cb30a 100644 --- a/korman/exporter/convert.py +++ b/korman/exporter/convert.py @@ -431,7 +431,7 @@ class Exporter: if not valid_path: filepath = bpy.context.blend_data.filepath if not filepath: - filepath = self.filepath + filepath = self._op.filepath filepath = str(Path(filepath).with_suffix(".ktc")) age.texcache_path = filepath return filepath