Closed MrLixm closed 1 year ago
Hello,
It is fixed in this commit, and will be part of the next release : https://github.com/mteillet/PyVexr/commit/ff4c318ab9665fb5767fdd7910657f458d897caf
The behaviour of the QLineEdit containing the path has also been modified. It now triggers the pathChanged function only when the users presses the enter on his keyboard, instead of whenever the field was modified. If the ocio path is wrong, the ocio variable used for backend will stay the same as the previous valid one (it will however keep the wrong path in the QLineEdit field, in order for the user to be able to simply fix a typo), and an error message will pop up.
This fix will be included in the next release :smile:
Thanks again for your feedback.
Martin
Hey there,
Issue
The application hard crash when I'm trying to enter a path to a config that doesn't exists.
Steps to reproduce
Ocio Path
parameter, delete the last character of the already existing pathYou can also just paste a non-existing path to get the same result
Expected behavior
The application doesn't crash and let the user submit a wrong path. I expect an error message to be displayed somewhere to tell me my path is wrong. And then I can correct it manually if it's a simple typo.
Cheers.