godot icon indicating copy to clipboard operation
godot copied to clipboard

Editing a Curve2D on Path2D causes a softlock

Open leaokaue opened this issue 1 year ago • 1 comments

Tested versions

  • Reproducible in 4.3

System information

Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 (NVIDIA; 32.0.15.6081) - AMD Ryzen 5 2400G with Radeon Vega Graphics (8 Threads)

Issue description

Editing a Curve2D on a Path2D node causes a softlock on the current scene, making it so you can't make any other changes to the nodes in the current scene.

Steps to reproduce

  • Add a Path2D node and some other test nodes
  • Edit the Curve2D, add some new points, move them around
  • You will be unable to edit anything else in the scene, until you reload the current scene

Minimal reproduction project (MRP)

N/A

leaokaue avatar Sep 23 '24 22:09 leaokaue

Same as #97248, duplicate of #96081. This issue is already solved in 4.4 dev2.

matheusmdx avatar Sep 23 '24 23:09 matheusmdx

Same as #97248, duplicate of #96081.

Hence closing this issue.

This issue is already solved in 4.4 dev2.

And it's cherry-picked into 4.3.1 (not yet released).

kleonc avatar Sep 24 '24 08:09 kleonc