Fixed incorrectly quoted output filename, wile exporting to flam3-render
This commit is contained in:
parent
afe86e1c8d
commit
cef1bab2b0
@ -3963,7 +3963,7 @@ begin
|
||||
FileList.Add('set transparency=1')
|
||||
else
|
||||
FileList.Add('set transparency=0');
|
||||
FileList.Add('set out="' + ExportDialog.Filename + '"');
|
||||
FileList.Add('set out=' + ExportDialog.Filename);
|
||||
FileList.Add('@echo Rendering "' + ExportDialog.Filename + '"');
|
||||
{
|
||||
FileList.Add(ExtractShortPathName(hqiPath) + ' < ' + ExtractShortPathName(ChangeFileExt(ExportDialog.Filename, '.flame')));
|
||||
|
Loading…
Reference in New Issue
Block a user