From 398892ccc01cec724c5f4c9cdfd0fb7e746a0fa7 Mon Sep 17 00:00:00 2001 From: kobewi Date: Sun, 7 Apr 2024 23:28:52 +0200 Subject: Allow skipping imported resource files from export --- doc/classes/EditorExportPlugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/EditorExportPlugin.xml b/doc/classes/EditorExportPlugin.xml index 436f471e5d..3e2b3ea111 100644 --- a/doc/classes/EditorExportPlugin.xml +++ b/doc/classes/EditorExportPlugin.xml @@ -313,7 +313,7 @@ - To be called inside [method _export_file]. Skips the current file, so it's not included in the export. + To be called inside [method _export_file], [method _customize_resource], or [method _customize_scene]. Skips the current file, so it's not included in the export. -- cgit v1.2.3