fSpy-Blender icon indicating copy to clipboard operation
fSpy-Blender copied to clipboard

Feature request: Importing does not work if you are not in object mode, so automatically switch

Open thelabcat opened this issue 4 months ago • 0 comments

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.

thelabcat avatar Aug 25 '25 19:08 thelabcat