Skip to content

Commit b5471d5

Browse files
authored
Merge pull request godotengine#7724 from Sauermann/fix-physics-viewport-migration
2 parents dd000a9 + d8c7526 commit b5471d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tutorials/migrating/upgrading_to_godot_4.1.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ Change
202202
**SubViewportContainer**
203203
When input events should reach SubViewports and their children, ``SubViewportContainer.mouse_filter`` now needs to be ``MOUSE_FILTER_STOP`` or ``MOUSE_FILTER_PASS``. See `GH-79271`_ for details. `GH-57894`_
204204
Multiple layered ``SubViewportContainer`` nodes, that should all receive mouse input events, now need to be replaced by ``Area2D`` nodes. See `GH-79128`_ for details. `GH-57894`_
205+
**Viewport**
206+
``Viewport`` nodes, that have Physics Picking enabled, now automatically set InputEvents as handled. See `GH-79897`_ for workarounds. `GH-77595`_
205207
================================================================================================================================================================================================== ===========
206208

207209

@@ -228,9 +230,11 @@ Multiple layered ``SubViewportContainer`` nodes, that should all receive mouse i
228230
.. _GH-76688: https://github.com/godotengine/godot/pull/76688
229231
.. _GH-76794: https://github.com/godotengine/godot/pull/76794
230232
.. _GH-77143: https://github.com/godotengine/godot/pull/77143
233+
.. _GH-77595: https://github.com/godotengine/godot/pull/77595
231234
.. _GH-78237: https://github.com/godotengine/godot/pull/78237
232235
.. _GH-79128: https://github.com/godotengine/godot/issues/79128
233236
.. _GH-79271: https://github.com/godotengine/godot/issues/79271
237+
.. _GH-79897: https://github.com/godotengine/godot/issues/79897
234238

235239
.. _updating_your_gdextension_for_godot_4_1:
236240

0 commit comments

Comments
 (0)