You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to select nodes created from gdscript as part of a node as a tool using @tool.
godot renders the nodes in the 3d display but the only node that is select able is the parent node.
Steps to reproduce
create nodes with a gdscript that is used as a tool @tool
This is an intentional change done in #92188, as it was unexpected to be able to select nodes which aren't part of the scene tree view. Setting the owner will add them to the scene tree dock, keep them when saving the scene, and make them selectable.
Tested versions
System information
Godot v4.3.beta (e2fc6d3) - Asmi 24.04 24.04 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 (nvidia; 555.52.04) - AMD Ryzen 7 5800X 8-Core Processor (16 Threads)
Issue description
Unable to select nodes created from gdscript as part of a node as a tool using @tool.
godot renders the nodes in the 3d display but the only node that is select able is the parent node.
Steps to reproduce
create nodes with a gdscript that is used as a tool @tool
Minimal reproduction project (MRP)
godot-BSPTree.zip
The text was updated successfully, but these errors were encountered: