When I use the following line in python trace, pvpython
complains that it has run out of disk space when the directory passed doesn’t exist. This is a misleading error message and hopefully straightforward to fix. I don’t know if anyone else is also getting this. Just wanted to report it here for developers to take notice.
SaveScreenshot(f'{screenshot_loc}/screenshot-{file_no:04d}.png', layout1, SaveAllViews=1,
ImageResolution=[1102, 664],
FontScaling='Scale fonts proportionally',
SeparatorWidth=1,
SeparatorColor=[0.937, 0.922, 0.906],
OverrideColorPalette='',
StereoMode='No change',
TransparentBackground=0,
# PNG options
CompressionLevel='0',
MetaData=['Application', 'ParaView'])