mirror of
https://github.com/godotengine/godot.git
synced 2024-12-15 10:12:40 +08:00
b3bf90b3ce
* 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.
10 lines
246 B
XML
10 lines
246 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="EditorSceneFormatImporterGLTF" inherits="EditorSceneFormatImporter" version="4.0">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
</class>
|