Merge pull request #75901 from reduz/refactor-node-processing
Refactor Node Processing to allow Scene Multithreading
This commit is contained in:
commit
5271186f2f
18 changed files with 1155 additions and 186 deletions
|
|
@ -637,6 +637,8 @@ void EditorNode::_notification(int p_what) {
|
|||
} break;
|
||||
|
||||
case NOTIFICATION_ENTER_TREE: {
|
||||
get_tree()->set_disable_node_threading(true); // No node threading while running editor.
|
||||
|
||||
Engine::get_singleton()->set_editor_hint(true);
|
||||
|
||||
Window *window = get_window();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue