summaryrefslogtreecommitdiffstats
path: root/modules/fbx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update PolyPartition / Triangulator libraryAaron Franke2021-01-121-12/+12
* Preliminary Blender FBX support [4.0]Gordon MacPherson2021-01-054-25/+18
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-0147-94/+94
* FBX: Clarify outdated format errorRémi Verschelde2020-12-291-8/+7
* Rename empty() to is_empty()Marcel Admiraal2020-12-282-11/+11
* Update FBX because of changes in the core api.K. S. Ernest (iFire) Lee2020-12-233-6/+8
* Port FBX module from commit 68013d23932688e57b489600f4517dd280edc464Gordon MacPherson2020-12-2353-0/+14712