summaryrefslogtreecommitdiff
path: root/modules/gltf/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/config.py')
-rw-r--r--modules/gltf/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/gltf/config.py b/modules/gltf/config.py
index 52a97c93aa..a4736321fa 100644
--- a/modules/gltf/config.py
+++ b/modules/gltf/config.py
@@ -1,5 +1,5 @@
def can_build(env, platform):
- return env["tools"] and not env["disable_3d"]
+ return not env["disable_3d"]
def configure(env):
@@ -22,6 +22,8 @@ def get_doc_classes():
"GLTFSpecGloss",
"GLTFState",
"GLTFTexture",
+ "GLTFDocumentExtension",
+ "GLTFDocumentExtensionConvertImporterMesh",
]