I can define a default output folder in my project.ini like this
[project]
output-base-location = C:\path\to\directory
but this will include 2 sub directories modelname\timestamp. Is it possible to define a default that will behave the same way that –output does on the command line? It would be really good if it could be defined on a per model basis in model.ini
Thanks