From f83f13f3a202c61b6dfb682f17dafb1c2fdcc368 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 11 Dec 2022 00:27:57 -0600 Subject: Pass GLTFState to the export_preflight method --- modules/gltf/doc_classes/GLTFDocumentExtension.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/gltf/doc_classes') diff --git a/modules/gltf/doc_classes/GLTFDocumentExtension.xml b/modules/gltf/doc_classes/GLTFDocumentExtension.xml index ac638a8962..6004de32f1 100644 --- a/modules/gltf/doc_classes/GLTFDocumentExtension.xml +++ b/modules/gltf/doc_classes/GLTFDocumentExtension.xml @@ -42,7 +42,8 @@ - + + Part of the export process. This method is run first, before all other parts of the export process. The return value is used to determine if this [GLTFDocumentExtension] instance should be used for exporting a given GLTF file. If [constant OK], the export will use this [GLTFDocumentExtension] instance. If not overridden, [constant OK] is returned. -- cgit v1.2.3