You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case the target directory for the output is not writable, 3dfier completes the process without any warnings or errors, but it doesn't write any output. This is quite tricky, since it give the user the idea that 3dfier succeeded.
The text was updated successfully, but these errors were encountered:
I would add the idea of checking correct permissions in the begin of the process. To not let the user wait until the end to know it was not possible to write the data.
There are checks to see if a folder and file has write access in the main.cpp file. Cross platform permissions checks are rather difficult to implement.
In case the target directory for the output is not writable, 3dfier completes the process without any warnings or errors, but it doesn't write any output. This is quite tricky, since it give the user the idea that 3dfier succeeded.
The text was updated successfully, but these errors were encountered: