summaryrefslogtreecommitdiffstats
path: root/modules/fbx
Commit message (Expand)AuthorAgeFilesLines
...
* | clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-2810-137/+84
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-282-8/+8
* | Refactored Node3D rotation modesreduz2021-10-251-12/+12
|/
* Add scene Post-Import Plugin support.reduz2021-10-154-49/+17
* Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-3/+0
* Remove REST transform influence in skeleton bonesreduz2021-10-132-14/+7
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-7/+36
* GLTF for game templates.K. S. Ernest (iFire) Lee2021-10-033-9/+10
* Use range iterators for `Map`Lightning_A2021-09-303-23/+23
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+0
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
* Namespaces instead of underscore prefix for bindsMax Hilbrunner2021-08-171-3/+3
* Some work on double supportAaron Franke2021-08-092-3/+3
* Fix various typos with codespellluz paz2021-07-252-2/+2
* Use is_equal_approx in more placesAaron Franke2021-07-211-2/+2
* Misc cleanup of header includesRémi Verschelde2021-07-153-2/+4
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Merge pull request #49754 from aaronfranke/is-eq-approx-sub-optRémi Verschelde2021-06-203-6/+6
|\
| * Fix sub-optimal uses of is_equal_approxAaron Franke2021-06-203-6/+6
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-195-23/+23
|/
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-2/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-116-10/+10
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-071-2/+2
* Rename Quat to QuaternionMarcel Admiraal2021-06-045-47/+47
* Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3DAaron Franke2021-06-031-1/+1
* Rename files and the exposed name for Transform3DAaron Franke2021-06-035-5/+5
* Rename Transform to Transform3D in coreAaron Franke2021-06-039-77/+77
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Fix typos with codespellRémi Verschelde2021-05-209-13/+13
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-298-14/+14
* Merge pull request #48187 from brakhane/remove-dupe-commentsRémi Verschelde2021-04-271-1/+0
|\
| * Remove duplicate commentsDennis Brakhane2021-04-251-1/+0
* | Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-263-3/+3
|/
* fbx: Fix include for zlib that broke unbundlingRémi Verschelde2021-04-222-1/+4
* This stops using FBXPropertyTable as a pointer.Gordon MacPherson2021-04-1521-375/+221
* Fix crash on importing empty .fbx fileLyuma2021-04-081-0/+3
* Merge pull request #46877 from W4RH4WK/always-dynamically-allocate-property-t...Rémi Verschelde2021-04-073-1/+7
|\
| * Always dynamically allocate PropertyTableAlex Hirsch2021-03-103-1/+7
* | Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-055-8/+16
* | Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-055-7/+7
* | Style: Apply clang-tidy's `modernize-use-default-member-init`Rémi Verschelde2021-04-057-50/+38
* | Style: Apply clang-tidy's `modernize-use-bool-literals`Rémi Verschelde2021-04-051-1/+1
* | FBX: Fix first bone getting unnecessary '_1' suffixRémi Verschelde2021-03-291-1/+1
* | Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-1/+1
* | Improved 3D Scene ImporterJuan Linietsky2021-03-221-1/+1
* | Merge pull request #47194 from W4RH4WK/fbx-normalize-rotationsRémi Verschelde2021-03-211-1/+1
|\ \
| * | FBX Import: Normalize rotation quaternionsAlex Hirsch2021-03-201-1/+1
| |/
* / FBX Import: Check bone map access for valid cluster target node idAlex Hirsch2021-03-201-0/+1
|/
* Fix zero scaling and material mappings being mapped to wrong fieldsGordon MacPherson2021-01-262-4/+16