You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Merge pull request #89847 from GreenCrowDev/missing-bezier-handles
UX and stability improvements for `Path3D` node
This commit is contained in:
@@ -7798,6 +7798,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());
|
||||
|
||||
Reference in New Issue
Block a user