From 523b2d91997d86b31e3a6a54fd6417fef396ae97 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Fri, 10 Sep 2021 00:54:10 -0700 Subject: Remove packed scene gltf We determined through discussion that composing the packed scene from a node tree was a better design because it removed duplication of code. --- modules/gltf/doc_classes/GLTFDocument.xml | 22 ++++++++++++++ modules/gltf/doc_classes/PackedSceneGLTF.xml | 43 ---------------------------- 2 files changed, 22 insertions(+), 43 deletions(-) delete mode 100644 modules/gltf/doc_classes/PackedSceneGLTF.xml (limited to 'modules/gltf/doc_classes') diff --git a/modules/gltf/doc_classes/GLTFDocument.xml b/modules/gltf/doc_classes/GLTFDocument.xml index 04c40dd752..f8e0007684 100644 --- a/modules/gltf/doc_classes/GLTFDocument.xml +++ b/modules/gltf/doc_classes/GLTFDocument.xml @@ -7,6 +7,28 @@ + + + + + + + + Import a scene from glTF2 ".gltf" or ".glb" file. + + + + + + + + + + + + Save a scene as a glTF2 ".glb" or ".gltf" file. + + diff --git a/modules/gltf/doc_classes/PackedSceneGLTF.xml b/modules/gltf/doc_classes/PackedSceneGLTF.xml deleted file mode 100644 index d0136c6402..0000000000 --- a/modules/gltf/doc_classes/PackedSceneGLTF.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3