summaryrefslogtreecommitdiff
path: root/modules/fbx
AgeCommit message (Expand)Author
2022-01-10Fix crash on importing FBX fileHaoyu Qiu
2022-01-05options dict is now passed to _import_scene.K. S. Ernest (iFire) Lee
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix various typosluz paz
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-03Merge pull request #54072 from KoBeWi/hrcr_is_dedRémi Verschelde
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-28Remove node_hrcr hackkobewi
2021-10-25Refactored Node3D rotation modesreduz
2021-10-15Add scene Post-Import Plugin support.reduz
2021-10-14Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee
2021-10-13Remove REST transform influence in skeleton bonesreduz
2021-10-12Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz
2021-10-03GLTF for game templates.K. S. Ernest (iFire) Lee
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-08-22Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke
2021-08-17Namespaces instead of underscore prefix for bindsMax Hilbrunner
2021-08-09Some work on double supportAaron Franke
2021-07-25Fix various typos with codespellluz paz
2021-07-21Use is_equal_approx in more placesAaron Franke
2021-07-15Misc cleanup of header includesRémi Verschelde
2021-07-13Implement the ability to disable classesreduz
2021-06-20Merge pull request #49754 from aaronfranke/is-eq-approx-sub-optRémi Verschelde
2021-06-20Fix sub-optimal uses of is_equal_approxAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3DAaron Franke
2021-06-03Rename files and the exposed name for Transform3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-20Fix typos with codespellRémi Verschelde
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-04-27Merge pull request #48187 from brakhane/remove-dupe-commentsRémi Verschelde
2021-04-26Remove uses of `auto` for better readability and online code reviewsHugo Locurcio
2021-04-25Remove duplicate commentsDennis Brakhane
2021-04-22fbx: Fix include for zlib that broke unbundlingRémi Verschelde
2021-04-15This stops using FBXPropertyTable as a pointer.Gordon MacPherson
2021-04-08Fix crash on importing empty .fbx fileLyuma
2021-04-07Merge pull request #46877 from W4RH4WK/always-dynamically-allocate-property-t...Rémi Verschelde
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-04-05Style: Apply clang-tidy's `modernize-use-default-member-init`Rémi Verschelde
2021-04-05Style: Apply clang-tidy's `modernize-use-bool-literals`Rémi Verschelde
2021-03-29FBX: Fix first bone getting unnecessary '_1' suffixRémi Verschelde