Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 2 | -3/+3 |
| | |||||
* | Fix more miscellaneous oddities around the class reference | Micky | 2024-11-12 | 1 | -3/+3 |
| | |||||
* | Merge pull request #99088 from Mickeon/documentation-truth-oopsie-last-one | Thaddeus Crews | 2024-11-12 | 1 | -1/+1 |
|\ | | | | | | | Fix untagged `true` in GLTFState's documentation | ||||
| * | Fix untagged `true` in GLTFState's documentation | Micky | 2024-11-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #97363 from reduz/deterministic-gen-suberesources-id | Thaddeus Crews | 2024-11-11 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Allow passing UID to importer | ||||
| * | | Allow passing UID to importer | Juan | 2024-11-11 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | This helps, for importers spitting out new resources to the res:// filesystem to actually hash them to generate deterministic UIDs. This PR also fixes the determinism for translations. | ||||
* | | Merge pull request #92986 from Repiteo/core/ref-instantiate-integration | Thaddeus Crews | 2024-11-11 | 1 | -2/+2 |
|\ \ | | | | | | | | | | Core: Integrate Ref `instantiate` where possible | ||||
| * | | Core: Integrate `Ref::instantiate` where possible | Thaddeus Crews | 2024-11-10 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #94751 from RadiantUwU/patch-2 | Thaddeus Crews | 2024-11-11 | 1 | -1/+1 |
|\ \ | |/ |/| | | | GLTF: Return the error file path when an import fails. | ||||
| * | Return the actual error when an import fails. | Radiant | 2024-10-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #95762 from Mickeon/documentation-truth-and-only-the-truth | Thaddeus Crews | 2024-11-10 | 9 | -19/+19 |
|\ \ | | | | | | | | | | Fix many untagged `true`/`false`/`null` in the documentation | ||||
| * | | Fix many untagged true/false/null in the documentation | Micky | 2024-11-10 | 9 | -19/+19 |
| | | | |||||
* | | | Merge pull request #98703 from pgrit/master | Thaddeus Crews | 2024-11-10 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | | | | Set flag for 8 bone weights in GLTFDocument | ||||
| * | | set flag for 8 bone weights | Pascal Grittmann | 2024-10-31 | 1 | -0/+1 |
| |/ | |||||
* | | GLTF: Preserve node visibility on import | Aaron Franke | 2024-11-05 | 4 | -3/+4 |
| | | |||||
* | | Merge pull request #94165 from aaronfranke/gltf-khr-anim-ptr | Thaddeus Crews | 2024-11-04 | 28 | -650/+2640 |
|\ \ | | | | | | | | | | GLTF: Implement `KHR_animation_pointer` for animating custom properties | ||||
| * | | GLTF: Implement KHR_animation_pointer for animating custom properties | Aaron Franke | 2024-11-04 | 4 | -57/+285 |
| | | | |||||
| * | | GLTF: Add functions to encode and decode Variants to/from accessors | Aaron Franke | 2024-11-04 | 2 | -0/+328 |
| | | | |||||
| * | | GLTF: Implement the glTF Object Model in physics extension | Aaron Franke | 2024-11-04 | 2 | -15/+266 |
| | | | |||||
| * | | GLTF: Implement the glTF Object Model to support JSON pointer properties | Aaron Franke | 2024-11-04 | 18 | -1/+931 |
| | | | |||||
| * | | GLTF: Prerequisite cleanups before KHR_animation_pointer | Aaron Franke | 2024-11-04 | 6 | -43/+101 |
| | | | | | | | | | | | | Add get_scene_node_path and has_additional_data to GLTFNode, remove center of mass ignore warning in physics (it's supported now), rename `d` to `mesh_dict` in mesh import code. | ||||
| * | | GLTF: Clean up animation code to make way for KHR_animation_pointer | Aaron Franke | 2024-11-04 | 4 | -471/+492 |
| | | | |||||
| * | | GLTF: Add more accessor component types | Aaron Franke | 2024-11-04 | 4 | -0/+141 |
| | | | |||||
| * | | GLTF: Move the component type enum into GLTFAccessor | Aaron Franke | 2024-11-04 | 5 | -91/+124 |
| |/ | |||||
* | | GLTF: Add extract_path and extract_prefix settings | Aaron Franke | 2024-11-04 | 4 | -9/+43 |
| | | | | | | | | Only used by the Blender importer | ||||
* | | GLTF: Don't give up loading image if import fails | Aaron Franke | 2024-11-04 | 1 | -21/+20 |
|/ | |||||
* | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -1/+1 |
| | |||||
* | Assign the correct bone rest transform to nodes with matrix in GLTF | K. S. Ernest (iFire) Lee | 2024-10-07 | 1 | -5/+1 |
| | |||||
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 2 | -0/+2 |
| | |||||
* | GLTF: Add import_pre_generate and export_post_convert extension steps | Aaron Franke | 2024-09-17 | 4 | -14/+64 |
| | |||||
* | Add per-bone meta to Skeleton3D | demolke | 2024-09-16 | 3 | -0/+66 |
| | | | | | Individual bones are not represented as `Node`s in Godot, in order to support meta functionality for them the skeleton has to carry the information similarly to how other per-bone properties are handled. - Also adds support for GLTF import/export | ||||
* | Merge pull request #96468 from aaronfranke/gltf-append-node | Rémi Verschelde | 2024-09-16 | 8 | -27/+52 |
|\ | | | | | | | GLTF: Add `append_gltf_node` to GLTFState | ||||
| * | GLTF: Add append_gltf_node to GLTFState | Aaron Franke | 2024-09-02 | 8 | -27/+52 |
| | | |||||
* | | Merge pull request #94783 from TokageItLab/validate-gltf-anim-name | Rémi Verschelde | 2024-09-12 | 1 | -7/+1 |
|\ \ | | | | | | | | | | Add validation to glTF importer for Blendshape and Animation | ||||
| * | | Add validation to glTF importer for Blendshape and Animation | Silc 'Tokage' Renew | 2024-07-26 | 1 | -7/+1 |
| | | | |||||
* | | | Cleanup of raw `nullptr` checks with `Ref` | A Thousand Ships | 2024-08-31 | 4 | -39/+39 |
| |/ |/| | | | | | Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc. | ||||
* | | Import/export GLTF extras to node->meta | demolke | 2024-08-29 | 2 | -3/+201 |
| | | | | | | | | | | | | | | | | This is useful for custom tagging of objects with properties (for example in Blender) and having this available in the editor for scripting. - Adds import logic to propagate the parsed GLTF extras all the way to the resulting Node->meta - Adds export logic to save Godot Object meta into GLTF extras - Supports `nodes`, `meshes` and `materials` (in GLTF sense of the words) | ||||
* | | Add get_supported_gltf_extensions to GLTFDocument | Aaron Franke | 2024-08-28 | 3 | -13/+42 |
| | | |||||
* | | ResourceImporterScene: Replace animation bool with an import type string enum | Aaron Franke | 2024-08-27 | 4 | -4/+4 |
| | | |||||
* | | GLTF: Only create MeshInstance3D when needed | Aaron Franke | 2024-08-27 | 1 | -9/+9 |
| | | |||||
* | | Merge pull request #94934 from Hilderin/fix-no-validation-blender-path-on-import | Rémi Verschelde | 2024-08-19 | 2 | -2/+10 |
|\ \ | | | | | | | | | | Fix no validation on Blender path on import | ||||
| * | | Fix no validation on Blender path on importation | Hilderin | 2024-07-30 | 2 | -2/+10 |
| | | | |||||
* | | | Merge pull request #95121 from aaronfranke/gltf-root-prop-owner | Rémi Verschelde | 2024-08-19 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | | | | | GLTF: Propagate owner for root node children | ||||
| * | | | GLTF: Propagate owner for root node children | Aaron Franke | 2024-08-04 | 1 | -0/+9 |
| |/ / | |||||
* | | | Add Option for Export Geometry Nodes Instances in blend importer | ywmaa | 2024-08-19 | 1 | -0/+13 |
| | | | |||||
* | | | Merge pull request #95603 from tetrapod00/gltf-capitalization-errors | Rémi Verschelde | 2024-08-16 | 7 | -44/+44 |
|\ \ \ | | | | | | | | | | | | | Fix glTF capitalization in error messages | ||||
| * | | | Change capitalization of glTF in errors and comments. | tetrapod00 | 2024-08-15 | 7 | -44/+44 |
| |/ / | |||||
* | | | Merge pull request #95578 from tetrapod00/gltf-capitalization-classref | Rémi Verschelde | 2024-08-16 | 17 | -106/+106 |
|\ \ \ | | | | | | | | | | | | | Fix glTF capitalization in class reference | ||||
| * | | | Fix glTF capitalization in class reference | tetrapod00 | 2024-08-15 | 17 | -106/+106 |
| |/ / | |||||
* / / | Remove empty bind_methods() | kobewi | 2024-08-15 | 2 | -4/+0 |
|/ / |