Hello all.
I’m repeatedly checking for a PVD file change in some directory.
The problem that I have is that sometimes the dependencies of the PVD file have not yet been prepared and because of this, the file won’t properly open or update!
As I’m using both PVDReader and ReloadFiles functions in Python, Is there any way to check if the PVD file is properly loaded?
Right now, If the file is not properly loaded I get some red errors logged in my console without returning any error code or throwing any exceptions at all!
Is there any workaround for this issue?
Thanks a lot in advance.
Can you share the pvpython code you are using ?