Open kalemas opened 1 month ago
Yep, if for some reason there is .tmp file, it is impossible to save any pose, you only able to remove that .tmp file by hands, and most of users are not aware of that file((
I have different thoughts but simplest solution i could mind is to check modification time of .tmp file and if it is older than minute, remove it.
Hi, @krathjen
It is not clear, the problem the algorithm in studiolibrary.utils.write() resolves. Doc string do not state this.
https://github.com/krathjen/studiolibrary/blob/028180125b7562e652af5571a25e2bd191243e44/src/studiolibrary/utils.py#L794
What do you think?