UX and stability improvements for Path3D node
This commit is contained in:
parent
fe01776f05
commit
5c83d14698
5 changed files with 100 additions and 51 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue