Continuing the discussion from Feature Requests:
Do you think this one captures the idea?
RH-12457 Export default name
Almost
In the case of a layout, it should use the layout name filtered to be a valid file name
File: Test.3dm
Layout: 1/100
Becomes Test-1-100.pdf
1 Like
If your file name is ‘Test-1.3dm’ the output is named ‘Test-1-1-100.pdf’ and I think ‘Test-1_1-100.pdf’ would be better if the file name ever needs to be split…
The easiest way to export files with custom names is with a script. The script below uses the object name and user text
BatchExportFileByObj-name.py (2.4 KB)