Output file path corrected while exporting a flame to flam3.
This commit is contained in:
parent
0510cb43aa
commit
988279bf14
@ -3961,7 +3961,7 @@ begin
|
|||||||
FileList.Add('set transparency=1')
|
FileList.Add('set transparency=1')
|
||||||
else
|
else
|
||||||
FileList.Add('set transparency=0');
|
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('@echo Rendering "' + ExportDialog.Filename + '"');
|
||||||
{
|
{
|
||||||
FileList.Add(ExtractShortPathName(hqiPath) + ' < ' + ExtractShortPathName(ChangeFileExt(ExportDialog.Filename, '.flame')));
|
FileList.Add(ExtractShortPathName(hqiPath) + ' < ' + ExtractShortPathName(ChangeFileExt(ExportDialog.Filename, '.flame')));
|
||||||
|
Loading…
Reference in New Issue
Block a user