You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Don't update script documentation when exporting
This commit is contained in:
@@ -2285,8 +2285,10 @@ void EditorFileSystem::_process_update_pending() {
|
||||
_update_script_classes();
|
||||
// Parse documentation second, as it requires the class names to be loaded
|
||||
// because _update_script_documentation loads the scripts completely.
|
||||
_update_script_documentation();
|
||||
_update_pending_scene_groups();
|
||||
if (!EditorNode::is_cmdline_mode()) {
|
||||
_update_script_documentation();
|
||||
_update_pending_scene_groups();
|
||||
}
|
||||
}
|
||||
|
||||
void EditorFileSystem::_queue_update_script_class(const String &p_path, const ScriptClassInfoUpdate &p_script_update) {
|
||||
|
||||
Reference in New Issue
Block a user