Bsurfaces: Use context temp override to avoid deprecation #104486

Closed
Jorijn de Graaf wants to merge 4 commits from bonj/blender-addons:fix/bsurfaces into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

4 Commits

Author SHA1 Message Date
a465f0b4e8 Merge branch 'main' into fix/bsurfaces 2023-03-22 00:54:16 +01:00
4e3f752c1c Merge branch 'main' into fix/bsurfaces 2023-03-16 17:48:23 +01:00
51d715db30 Bsurfaces: Bump version and Blender version
Context.temp_override was introduced in Blender 3.2, so I'm making that the minimum Blender version.
I'll also bump the addon version, because changes were made and it'd be confusing not to change the version too then.
2023-03-14 21:37:56 +01:00
54d50be586 Fix #104484: Bsurfaces addon stopped working
Passing context override to operators is deprecated in favor of Context.temp_override.
I used EXEC_REGION_WIN to be consistent with how the rest of the addon calls operators.
2023-03-14 21:22:39 +01:00