From 755ee768718f9137c2dae62ae4e906871d59ef50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 17 Nov 2020 22:21:32 +0100 Subject: [PATCH] Revert "Add script class categories to EditorInspector." This reverts commit 8a02f221b468056345b7506a463a8c8b529bfb29. This caused regression #43491. --- editor/editor_inspector.cpp | 104 ++---------------------------------- editor/editor_inspector.h | 1 - editor/editor_node.cpp | 2 + 3 files changed, 5 insertions(+), 102 deletions(-) diff --git a/editor/editor_inspector.cpp b/editor/editor_inspector.cpp index 01498a69d77..0d8a1e3835e 100644 --- a/editor/editor_inspector.cpp +++ b/editor/editor_inspector.cpp @@ -1480,9 +1480,9 @@ void EditorInspector::update_tree() { String group_base; VBoxContainer *category_vbox = NULL; - List plist; + List + plist; object->get_property_list(&plist, true); - _update_script_class_properties(*object, plist); HashMap item_path; Map section_map; @@ -1538,28 +1538,7 @@ void EditorInspector::update_tree() { category_vbox = NULL; //reset String type = p.name; - if (!ClassDB::class_exists(type) && !ScriptServer::is_global_class(type) && p.hint_string.length() && FileAccess::exists(p.hint_string)) { - Ref