Merge pull request #15928 from StateOff/feature_batch_rename

Implements "Batch Rename" editor tool.
This commit is contained in:
Rémi Verschelde
2018-05-08 07:36:24 +02:00
committed by GitHub
7 changed files with 831 additions and 5 deletions

View File

@ -226,7 +226,6 @@ private:
List<Node *> selected_node_list;
void _update_nl();
Array _get_selected_nodes();
Array _get_transformable_selected_nodes();
void _emit_change();
@ -234,6 +233,7 @@ protected:
static void _bind_methods();
public:
Array get_selected_nodes();
void add_node(Node *p_node);
void remove_node(Node *p_node);
bool is_selected(Node *) const;