fSpy-Blender
fSpy-Blender copied to clipboard
Feature request: Importing does not work if you are not in object mode, so automatically switch
So, I discovered today by accident that with Blender 4.5.2 and addon v1.0.3, if I try to import an fSpy document while in Edit mode, I get an "Operator... failed, context is incorrect" Python error. In object mode, it works normally. I understand why this is happening: Blender ops API calls are notoriously picky about the current UI state. I just think it would be good for the addon to automatically detect this and switch to Object mode itself if need be.