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