MoonExp/cs/ExportUtil.cs @@ -48,7 +48,7 @@ { if (string.IsNullOrWhiteSpace(pyFile)) { pyFile = Path.Combine(SourcesPath, "render.py"); pyFile = Path.Combine(SourcesPath, "MoonExp.py"); } return pyFile;