summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #73667 from aaronfranke/gltf-unused-joint-boolRémi Verschelde2023-02-213-16/+0
|\
| * Remove unused joint boolean in GLTFNodeAaron Franke2023-02-213-16/+0
* | fbx: Set base_dir correctly in append_from_sceneLyuma2023-02-201-1/+1
|/
* Merge pull request #73345 from TokageItLab/gltfimportRémi Verschelde2023-02-153-17/+21
|\
| * Fix gltf import generate_scene() optionSilc Renew2023-02-153-17/+21
* | For basisu avoid inserting to the image array twice.K. S. Ernest (iFire) Lee2023-02-141-1/+0
|/
* Fixes for gltf export.K. S. Ernest (iFire) Lee2023-02-072-95/+276
* Merge pull request #72802 from RedMser/blender-rpc-error-handlingRémi Verschelde2023-02-061-1/+12
|\
| * Better error handling for Blender RPC importRedMser2023-02-061-1/+12
* | Use reimport_append api for importing embedded gltf imagesLyuma2023-02-061-38/+25
|/
* Merge pull request #72440 from V-Sekai/gltf_embed_as_uncompressedRémi Verschelde2023-02-015-27/+70
|\
| * gltf: Add GLTFHandleBinary::HANDLE_BINARY_EMBED_AS_UNCOMPRESSEDLyuma2023-02-015-27/+70
* | Fix blend runner copyright headersRémi Verschelde2023-02-012-58/+58
* | Merge pull request #69319 from RedMser/blender-import-rpcRémi Verschelde2023-02-014-75/+450
|\ \
| * | Batch import Blend files using XML RPCRedMser2022-12-154-75/+450
* | | Use enum instead of int in virtual methods return typeRaul Santos2023-01-313-32/+32
| |/ |/|
* | Merge pull request #72201 from fire/gltf-extract-imgRémi Verschelde2023-01-311-4/+13
|\ \
| * | gltf: Avoid using base64 hash as an image filenameK. S. Ernest (iFire) Lee2023-01-311-4/+13
* | | Add remove immutable tracks option to glTF importerSilc Renew2023-01-306-36/+54
|/ /
* | Add missing classref changes after #62942Rémi Verschelde2023-01-271-0/+8
* | Merge pull request #62499 from fire/gltf-binary-img-compressionRémi Verschelde2023-01-278-16/+151
|\ \
| * | Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-278-16/+151
* | | Merge pull request #72162 from lyuma/skeleton_renameRémi Verschelde2023-01-271-3/+4
|\ \ \
| * | | Make BoneAttachment3D and Skeleton3D names consistent.Lyuma2023-01-261-3/+4
| |/ /
* / / Avoid nested skeletons, and handle skinned meshes with children.Lyuma2023-01-263-23/+62
|/ /
* | Adds missing method call to set blendshape tracks as 'imported' when importin...SaracenOne2023-01-231-0/+1
* | Fixes cases where the runtime ResourceLoader cannot load gltf images.K. S. Ernest (iFire) Lee2023-01-191-1/+2
* | Improve the documentation of GLTFDocument's append methodsAaron Franke2023-01-151-4/+4
* | One Copyright Update to rule them allRémi Verschelde2023-01-0544-1276/+1276
* | Update stale node ref after replace_by in GLTF importerJames Mintram2023-01-011-0/+1
* | Add a dialog for customizing FBX importreduz2022-12-183-10/+45
* | glTF: Fix export crash with a ShaderMaterial (fixes #70159)Quentin Guidée2022-12-171-155/+161
|/
* Pass GLTFState to the export_preflight methodAaron Franke2022-12-114-7/+8
* Consistently use `p_` for parameters in GLTFDocumentAaron Franke2022-12-103-1179/+1179
* Merge pull request #69372 from aaronfranke/gltf-cleanupRémi Verschelde2022-12-1023-95/+28
|\
| * GLTF: Clean up lots of includesAaron Franke2022-11-2923-95/+28
* | EditorSceneFormatImporterGLTF: check if "animation/trimming" parameter from ...Eduard Zalyaev2022-12-061-1/+6
* | Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-2/+2
|/
* Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-animRémi Verschelde2022-11-2910-70/+88
|\
| * Add trimming option to cut un-keyed timeline before first key in gltfSilc Renew2022-11-2910-70/+88
* | Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* | Merge pull request #69083 from fire/abstract_gltf_materialRémi Verschelde2022-11-244-189/+197
|\ \
| * | Cache materials in gltf as the abstract class of MaterialK. S. Ernest (iFire) Lee2022-11-244-189/+197
* | | Add unregister for GLTFDocumentExtensionRedMser2022-11-223-1/+15
|/ /
* | Add three new methods to GLTFDocumentExtensionAaron Franke2022-11-214-41/+161
* | Add GLTFDocument documentation.K. S. Ernest (iFire) Lee2022-11-201-0/+9
* | Merge pull request #66026 from aaronfranke/gltf-extensionRémi Verschelde2022-11-2011-68/+68
|\ \ | |/ |/|
| * Change the way GLTFDocumentExtension classes are registeredAaron Franke2022-11-0911-68/+68
* | Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+2
|/
* Replace Quaternion Euler constructor with `from_euler` methodAaron Franke2022-11-011-1/+1