diff options
author | reduz <reduzio@gmail.com> | 2021-10-14 14:34:27 -0300 |
---|---|---|
committer | reduz <reduzio@gmail.com> | 2021-10-15 09:12:04 -0300 |
commit | b3bf90b3ce740b2956509427656c908df51c929f (patch) | |
tree | ddbc9c3a4d4a058cae59dc755cd4c8fcb28673d3 /modules/gltf/doc_classes | |
parent | e53e897b8c70cef11a2a0b13edbad9f038f26e58 (diff) |
Add scene Post-Import Plugin support.
* New plugin system to control the whole import workflow
* Can add options and run code at every import step (general, per node, mesh, animation, material etc.)
This constitutes a first version of these plugins. The ability to interact with the import preview dialog will likely be added later on.
Diffstat (limited to 'modules/gltf/doc_classes')
-rw-r--r-- | modules/gltf/doc_classes/EditorSceneImporterGLTF.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/gltf/doc_classes/EditorSceneImporterGLTF.xml b/modules/gltf/doc_classes/EditorSceneImporterGLTF.xml deleted file mode 100644 index c85fce7b9d..0000000000 --- a/modules/gltf/doc_classes/EditorSceneImporterGLTF.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="EditorSceneImporterGLTF" inherits="EditorSceneImporter" version="4.0"> - <brief_description> - </brief_description> - <description> - </description> - <tutorials> - </tutorials> -</class> |