Fixed problems with spaces in flam3 renderer path.
This commit is contained in:
parent
32ebbdac40
commit
e5710f4703
@ -3685,7 +3685,7 @@ begin
|
||||
// short path names are confusing (for both user AND system)
|
||||
// (and they're quite ugly after all! :)
|
||||
|
||||
FileList.Add(hqiPath + ' < "' + ChangeFileExt(ExportDialog.Filename, '.flame') + '"');
|
||||
FileList.Add('"' + hqiPath + '" < "' + ChangeFileExt(ExportDialog.Filename, '.flame') + '"');
|
||||
Path := ExtractFilePath(ExtractFileDir(ExportDialog.Filename) + '\');
|
||||
|
||||
FileList.SaveToFile(Path + 'render.bat');
|
||||
|
Loading…
Reference in New Issue
Block a user