summaryrefslogtreecommitdiffstats
path: root/modules/gltf/extensions/gltf_document_extension.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+18
|\
| * GLTF: Implement the glTF Object Model to support JSON pointer propertiesAaron Franke2024-11-041-0/+18
| |
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* GLTF: Add import_pre_generate and export_post_convert extension stepsAaron Franke2024-09-171-8/+25
|
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-25/+25
| | | | Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc.
* Misc changes to the GLTF module before audio PRAaron Franke2024-01-111-1/+0
|
* GLTF: Add GODOT_single_root extensionAaron Franke2023-09-261-1/+0
|
* GLTF: Allow specifying export image format including from extensionsAaron Franke2023-09-141-0/+34
|
* Merge pull request #79623 from aaronfranke/gltf-export-preserializeRémi Verschelde2023-08-031-0/+8
|\ | | | | | | Add `export_preserialize` to the GLTF export process
| * Add export_preserialize to the GLTF export processAaron Franke2023-07-181-0/+8
| |
* | GLTF: Preserve the original bytes when importing a textureAaron Franke2023-08-031-0/+7
|/
* Add support for extending GLTF with more texture formats & support WebPAaron Franke2023-05-221-0/+18
|
* Use enum instead of int in virtual methods return typeRaul Santos2023-01-311-16/+16
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Pass GLTFState to the export_preflight methodAaron Franke2022-12-111-3/+3
|
* Add three new methods to GLTFDocumentExtensionAaron Franke2022-11-211-16/+48
|
* Change the way GLTFDocumentExtension classes are registeredAaron Franke2022-11-091-0/+101
Also move GLTFDocumentExtension into the extensions folder