Issue 1346: flatfield shortcut to current dir; relative paths in .pp3 if referring to files in same dir or subdir
This commit is contained in:
@@ -751,8 +751,9 @@ void Thumbnail::updateCache (bool updatePParams, bool updateCacheImageData) {
|
||||
|
||||
if (updatePParams && pparamsValid) {
|
||||
pparams.save (
|
||||
options.saveParamsFile ? fname + paramFileExtension : "",
|
||||
options.saveParamsCache ? getCacheFileName ("profiles")+paramFileExtension : "",
|
||||
options.saveParamsFile ? fname + paramFileExtension : ""
|
||||
true
|
||||
);
|
||||
}
|
||||
if (updateCacheImageData)
|
||||
|
Reference in New Issue
Block a user