Browse Source

Fix #227.

pull/232/head
Adam Johnson 3 years ago
parent
commit
a0022ef067
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 2
      korman/exporter/convert.py

2
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

Loading…
Cancel
Save