summaryrefslogtreecommitdiffstats
path: root/modules/assimp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-016-12/+12
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-102-18/+6
* Fix typos with codespellRémi Verschelde2019-11-221-1/+1
* 33714 Check if the image is null before use.K. S. Ernest (iFire) Lee2019-11-201-0/+2
* Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-112-4/+4
* Updated assimp to 308db73 from https://github.com/assimp/assimp/RevoluPowered2019-11-052-7/+5
* FBX Importer Generation 3RevoluPowered2019-11-053-442/+623
* Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-101-2/+3
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-1/+0
* Merge pull request #32150 from luzpaz/typosRémi Verschelde2019-09-201-1/+1
|\
| * Fix misc. source comment typosluz.paz2019-09-191-1/+1
* | Merge pull request #32019 from RevoluPowered/feature/implement-pbr-materialsRémi Verschelde2019-09-191-3/+77
|\ \
| * | Implemented maya stingray supportRevoluPowered2019-09-191-1/+14
| * | Implemented basic texture mapping for PBR material definitionsRevoluPowered2019-09-191-13/+74
| |/
* / Fixed blend shapes disappearingRevoluPowered2019-09-191-4/+22
|/
* Assimp map mode is not initialized before use.K. S. Ernest (iFire) Lee2019-09-031-1/+1
* Assimp FBX Import supportGordon MacPherson2019-09-014-1161/+1144
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-6/+3
* Updated assimp to commit 1d565b0 with iFireRevoluPowered2019-07-302-4/+12
* SCons: Enable C++11 on the whole codebaseRémi Verschelde2019-07-221-5/+0
* Changed large const string values to string ref in some assimp functionsunknown2019-07-202-6/+6
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-59/+59
* Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-16/+16
* removed a redundant NULL check in assimp editor of a pointer to an array decl...hbina0852019-05-201-3/+1
* Fix typos with codespellRémi Verschelde2019-05-191-4/+4
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-13/+13
* Assimp: Don't touch normals.K. S. Ernest (iFire) Lee2019-04-171-2/+2
* Clean up ASSIMP import code.Juan Linietsky2019-04-132-1451/+1064
* Merge pull request #27714 from fire/asset_importRémi Verschelde2019-04-071-1/+1
|\
| * Assimp: fix FBX import with ':' in filename.K. S. Ernest (iFire) Lee2019-04-061-1/+1
* | Fix wrong method binds and registered classIgnacio Etcheverry2019-04-061-0/+6
|/
* Add Open Asset Import Library to Godot.K. S. Ernest (iFire) Lee2019-04-057-0/+2833