1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

UX and stability improvements for Path3D node

This commit is contained in:
matricola787
2024-03-24 13:43:17 +01:00
committed by GreenCrowDev
parent fe01776f05
commit 5c83d14698
5 changed files with 100 additions and 51 deletions

View File

@@ -7789,6 +7789,10 @@ Vector<int> Node3DEditor::get_subgizmo_selection() {
return ret;
}
void Node3DEditor::clear_subgizmo_selection(Object *p_obj) {
_clear_subgizmo_selection(p_obj);
}
void Node3DEditor::add_control_to_menu_panel(Control *p_control) {
ERR_FAIL_NULL(p_control);
ERR_FAIL_COND(p_control->get_parent());