diff options
Diffstat (limited to 'editor/doc_tools.cpp')
-rw-r--r-- | editor/doc_tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/doc_tools.cpp b/editor/doc_tools.cpp index ee3e54e9df..52b0d485cf 100644 --- a/editor/doc_tools.cpp +++ b/editor/doc_tools.cpp @@ -477,7 +477,7 @@ void DocTools::generate(BitField<GenerateFlags> p_flags) { } if (properties_from_instance) { - if (E.name == "resource_local_to_scene" || E.name == "resource_name" || E.name == "resource_path" || E.name == "script") { + if (E.name == "resource_local_to_scene" || E.name == "resource_name" || E.name == "resource_path" || E.name == "script" || E.name == "resource_scene_unique_id") { // Don't include spurious properties from Object property list. continue; } |