roosterMAP/rmKit

Seems to break autosave

Closed this issue · 3 comments

I installed a 3.5.1 build and the add on works perfectly but I noticed it was not saving any autosaves. I disabled rmKit and it immediately began creating autosaves at the intervals I set up in the blender preferences.

I just found the cause. It seems like blender doesn't run autosave if an operator is running, and I have one on a timer to track key presses. This is to update GUI to expose different buttons if the user presses a modkey in the vNormals GUI or the uvTransform GUI. Looking into a solution.

submitted a fix. GUI had to be changed a bit and uvTransform tools no longer track modkeys. I added toggle buttons that manage the state. Updated documentation to reflect changes.