Add support for importing .blend files

Lets you drag or place .blend files in the project folder and it will import the files.

Checks for Blender 3.0's gltf2 `export_keep_originals` option.

Add basepath support to GLTFDocument append_from_file.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
K. S. Ernest (iFire) Lee
2021-12-13 21:34:18 -08:00
committed by Rémi Verschelde
parent da346ed4ad
commit 9484ee7a9e
12 changed files with 443 additions and 50 deletions
@@ -24,6 +24,7 @@
<argument index="1" name="state" type="GLTFState" />
<argument index="2" name="flags" type="int" default="0" />
<argument index="3" name="bake_fps" type="int" default="30" />
<argument index="4" name="base_path" type="String" default="&quot;&quot;" />
<description>
</description>
</method>