Hi,
I want to specify the output file when doing an export with a python script. For example,
I want to avoid having to hard code something like:
file = ce.toFSPath("models")+"/model.json"
Thanks!