bdk-blender/release/scripts
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
..
addons@16ff2985ba Updating submodule hashes for 3.3.3 release. 2023-01-17 12:50:44 +01:00
addons_contrib@74f3cd845c Update submodule hashes for 3.3.4. 2023-02-21 10:12:54 +01:00
freestyle Cleanup: unused argument, variable warnings 2022-06-14 14:30:09 +10:00
modules Fix bug report including rB commit hash prefix not needed for Gitea 2023-02-13 18:35:03 +01:00
presets Fix #104026: Click-Drag to select graph editor channels no longer working 2023-02-15 13:37:23 +01:00
startup Fix #107294 : Node Editor "Frame All/Selected" ignore Smooth View 2023-05-15 14:01:20 +02:00
templates_osl OSL: add basic OSL shader template 2021-03-26 10:27:31 -06:00
templates_py Fix: Order of node mixins in custom nodes python template 2022-10-03 13:01:46 +02:00