summaryrefslogtreecommitdiffstats
path: root/modules/gltf
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #89542 from aaronfranke/convert-hull-to-mesh-funcRémi Verschelde2024-03-241-24/+30
|\
| * GLTF: Extract converting hull points to mesh to a helper functionAaron Franke2024-03-151-24/+30
* | Fix method bindings in FBXDocument by making them virtual in GLTFDocument.Lyuma2024-03-151-6/+6
|/
* Merge pull request #89418 from lyuma/gltf_vertex_packingRémi Verschelde2024-03-142-69/+148
|\
| * glTF importer now only stores vertices referenced by the indices per surface.Lyuma2024-03-132-69/+148
* | Merge pull request #89356 from lyuma/vsk-gltf-sparse-accessors-4.3Rémi Verschelde2024-03-142-54/+193
|\ \
| * | glTF export: morph targets are relative, so use zero as referenceLyuma2024-03-122-35/+33
| * | Update buffer view target handling, encode sparse accessors as vec3.K. S. Ernest (iFire) Lee2024-03-122-46/+187
| |/
* | Merge pull request #89270 from Repiteo/enforce-typename-in-templatesRémi Verschelde2024-03-144-10/+10
|\ \
| * | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-074-10/+10
* | | [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-132-2/+2
* | | Add browse folder and browse file iconsAdam Scott2024-03-122-1/+14
| |/ |/|
* | gltf export: Remove snapping and fix validationLyuma2024-03-105-55/+109
|/
* Merge pull request #88958 from 398utubzyt/gltf/use-correct-nameRémi Verschelde2024-02-291-1/+1
|\
| * Fix compilation errors when `DISABLE_DEPRECATED` is defined398utubzyt2024-02-281-1/+1
* | Merge pull request #88920 from AThousandShips/group_doc_fixRémi Verschelde2024-02-291-1/+1
|\ \ | |/ |/|
| * [Doc] Fix some incorrect uses of "children"A Thousand Ships2024-02-291-1/+1
* | Fix wrong indexing when generating dummy tangents in GLTF importclayjohn2024-02-271-1/+1
|/
* Merge pull request #88862 from smix8/split_physics_classesRémi Verschelde2024-02-275-6/+10
|\
| * Split monolithic physics class filessmix82024-02-275-6/+10
* | Merge pull request #88819 from lyuma/import_nodes_as_skeleton_bonesRémi Verschelde2024-02-277-3/+38
|\ \
| * | Add new scene import option to import as SkeletonLyuma2024-02-267-3/+38
* | | Merge pull request #88738 from clayjohn/mesh_compression-tangentsRémi Verschelde2024-02-271-1/+14
|\ \ \ | |_|/ |/| |
| * | Avoid singularity when generated tangents and validate that tangents are good...clayjohn2024-02-231-1/+14
* | | Move 3D-only resources to their own folderAaron Franke2024-02-267-13/+13
| |/ |/|
* | Add ufbx for FBX importingK. S. Ernest (iFire) Lee2024-02-2334-1045/+1427
* | Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
|/
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-152-2/+2
* Fix exporting trigger shapes in GLTFAaron Franke2024-02-111-1/+1
* Merge pull request #87371 from AThousandShips/size_err_checkRémi Verschelde2024-02-091-9/+9
|\
| * Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-9/+9
* | Merge pull request #83231 from aaronfranke/gltf-transformRémi Verschelde2024-02-093-60/+46
|\ \ | |/ |/|
| * Fix desynced duplicate GLTFNode transform propertiesAaron Franke2024-01-293-60/+46
* | Change AudioStreamPlayer autoplay and GLTFBufferView getters to be constAaron Franke2024-02-083-10/+81
* | Merge pull request #87934 from aaronfranke/fix-gltf-bad-mesh-exportRémi Verschelde2024-02-081-6/+11
|\ \
| * | Fix GLTF exporting invalid meshes and attempting to export gizmo meshesAaron Franke2024-02-041-6/+11
* | | Fix crash when importing a GLTF file with a skeleton as the rootAaron Franke2024-02-042-6/+11
|/ /
* | Merge pull request #87775 from clayjohn/GLTF-export-ra-rgRémi Verschelde2024-01-311-1/+0
|\ \ | |/ |/|
| * Remove workaround in GLTF exporter that double converts ra textures to rgclayjohn2024-01-301-1/+0
* | Merge pull request #87688 from AThousandShips/what_is_thisRémi Verschelde2024-01-291-6/+6
|\ \
| * | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-6/+6
| |/
* | Merge pull request #87300 from Calinou/math-normalize-error-show-valueRémi Verschelde2024-01-291-6/+6
|\ \
| * | Display values in vector/quaternion math function errorsHugo Locurcio2024-01-281-6/+6
| |/
* | Merge pull request #85519 from mxaddict/blender-rpc-serverRémi Verschelde2024-01-292-21/+41
|\ \
| * | Added proper timeout for blender rpc connectionmxaddict2024-01-272-21/+41
| |/
* / Update blender_path behavior to require exact path to executable instead of t...mxaddict2024-01-275-117/+96
|/
* GLTF: Update OMI_physics_body, add OMI_physics_shape, keep OMI_colliderAaron Franke2024-01-197-215/+552
* Fix crash in GLTFBufferView::load_buffer_view_dataAaron Franke2024-01-171-0/+1
* Reorganize code related to editor themingYuri Sizov2024-01-162-2/+2
* Misc changes to the GLTF module before audio PRAaron Franke2024-01-1111-11/+91