bdk-blender/scripts
Jacques Lucke 57712d7b18 Fix #106177: modal operator does not work from Node menu
This was an issue with the `operator_context`. It's a bit confusing because it
looks like every `uiLayout` has its own, but in `uiLayoutSetOperatorContext`
you can see that the `operator_context` is always set on the root layout for
some reason.

The fix is to set `INVOKE_REGION_WIN` as the operator context after it has been
set to something else (I found this to be the default by printing the operator
context before it was changed).

Pull Request: blender/blender#106213
2023-03-28 13:13:30 +02:00
..
freestyle
modules Update RNA to User manual mappings 2023-03-23 21:57:56 -04:00
presets Fix #105043: Add shortcut for proportional editing 2023-02-23 12:21:39 +01:00
site
startup Fix #106177: modal operator does not work from Node menu 2023-03-28 13:13:30 +02:00
templates_osl
templates_py