bdk-blender/release
Philipp Oeser 4e320104d0 Fix #107294 : Node Editor "Frame All/Selected" ignore Smooth View
Caused by 3a1cf838ca.

Smooth view transitions only work when an operator is **invoked** (wont
work from **exec**, see `WM_operator_smooth_viewtx_get`).

Now 3a1cf838ca changed the `operator_context` for some other operators
in the menu to 'EXEC_REGION_WIN' (for good reason). But setting
`operator_context` on a `uiLayout` will set context on the **root**
layout (not the actual sublayout alone), so all following operators
"inherited" the [changed] context.

Now make sure following operators get properly invoked again by giving
the right context.

Pull Request: blender/blender#107296
2023-05-15 14:01:20 +02:00
..
bin Linux: Move Mesa software OpenGL libraries to sub-directory 2022-07-08 15:44:06 +02:00
darwin Info.plist: Bump LSMinimumSystemVersion to silence warning 2022-01-14 19:33:06 +05:30
datafiles Update submodule references before tagging v3.3.2 2022-12-07 13:12:06 +01:00
freedesktop Update freedesktop file. 2022-08-31 09:42:17 +02:00
license Licenses: Attribution document for Blender 3.3 2022-08-16 18:08:09 +02:00
lts Cleanup: use autopep8 on release/lts 2022-04-20 16:18:42 +10:00
scripts Fix #107294 : Node Editor "Frame All/Selected" ignore Smooth View 2023-05-15 14:01:20 +02:00
text readme.html: replace IRC with blender.chat, fix typo 2022-02-15 11:09:40 +05:30
windows Windows: Run blender-launcher.exe instead of blender.exe 2022-11-24 15:33:03 +01:00