summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
...
| * | Partial fix for blend shape with gltfWindy Darian2018-12-291-5/+33
* | | Update copyright statements to 2019Rémi Verschelde2019-01-0122-44/+44
* | | Fix missing/malformed license headersRémi Verschelde2019-01-011-1/+1
|/ /
* | doc: Sync classref with current sourceRémi Verschelde2018-12-271-1/+1
* | Make error more explicit when OBJ/MTL files are missingRémi Verschelde2018-12-271-6/+2
* | Merge pull request #24241 from Rubonnek/move-to-initializer-listRémi Verschelde2018-12-121-14/+14
|\ \
| * | Moved member variables to initializer listWilson E. Alvarez2018-12-111-14/+14
| |/
* | Merge pull request #23361 from mrcdk/wav_loop_backwardRémi Verschelde2018-12-111-4/+10
|\ \
| * | Add backward looping support to AudioStreamSample (wav files)MrCdK2018-10-281-4/+10
* | | Reverse bitangent on everythings to ensure default normal map behavriour is c...Bastiaan Olij2018-12-082-11/+2
| |/ |/|
* | Merge pull request #23991 from glaforte/bugfix/19195Rémi Verschelde2018-12-031-0/+1
|\ \
| * | Generate the tangents without de-indexing and re-indexing the vertices.Guillaume Laforte2018-11-261-0/+1
* | | Merge pull request #24036 from glaforte/bugfix/18790Rémi Verschelde2018-11-281-2/+4
|\ \ \
| * | | Changes the check for a singular matrix to use the scale vector.Guillaume Laforte2018-11-281-2/+4
| |/ /
* / / Do not normalize normal map when disabled, fixes #20761Juan Linietsky2018-11-251-1/+1
|/ /
* | Merge pull request #23885 from glaforte/bugfix/22848-attempt2Rémi Verschelde2018-11-221-2/+2
|\ \
| * | Avoids spamming the user when the COLLADA importer detects a singular basis d...Guillaume Laforte2018-11-211-2/+2
* | | Do not crash on invalid file, closes #21083Juan Linietsky2018-11-221-1/+1
* | | Make SVG scale more accurateqarmin2018-11-211-1/+1
* | | Fixing tangent and binormal logicBastiaan Olij2018-11-192-2/+11
|/ /
* / No longer force mipmaps on import of VRAM textures, closes #10221Juan Linietsky2018-11-021-2/+4
|/
* Baker fixesJuan Linietsky2018-10-073-15/+23
* Remove redundant "== false" codeAaron Franke2018-10-061-6/+6
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-114/+0
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+1
* Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde2018-09-271-6/+6
* Check for absolute paths in OBJ loadercyclopsian2018-09-161-3/+18
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-132-2/+2
|\
| * Misc. typosluz.paz2018-09-122-2/+2
* | Merge pull request #21935 from goodyttoor/gltf_cubicRémi Verschelde2018-09-121-3/+3
|\ \
| * | Fix cubic spline interpolation in glTF importerVivatchai Kaveeta2018-09-101-3/+3
| |/
* / Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-1218-36/+36
|/
* [Texture Import] Fix invert colorGuilherme Felipe2018-09-021-2/+2
* Add missing copyright headersRémi Verschelde2018-08-294-0/+120
* Fix BPTC and fix importing HDR images with LDR compressionelasota2018-08-271-5/+30
* In the GLTF importer normalize Quaternions after every operation and when rea...K. S. Ernest (iFire) Lee2018-08-271-5/+13
* Removed fallback system and merged bptc into s3tcJuan Linietsky2018-08-271-35/+13
* Fix crash when importing layered textureselasota2018-08-261-0/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-245-75/+39
* Hide "no BPTC if RGB" and "HDR Mode" options when not using "Video RAM" import.elasota2018-08-221-0/+5
* BPTC supportelasota2018-08-212-5/+57
* Fix crash while importing corrupted wavPoommetee Ketson2018-08-211-10/+14
* [Texture Importer] Add option to invert colorGuilherme Felipe2018-08-171-0/+15
* Respect process order for out of order skeleton bones (fixes GLTF2 import iss...Juan Linietsky2018-08-061-2/+8
* Several fixes to GLTF2 importerJuan Linietsky2018-08-062-17/+13
* Added proper import support for 3D and Array texturesJuan Linietsky2018-08-062-0/+331
* Add support for line continuations (wtf) in obj format, fixes #7974Juan Linietsky2018-07-291-0/+9
* It is now possible to import images as a separate resource, closes #5738 and ...Juan Linietsky2018-07-292-0/+106
* Merge pull request #15967 from Gamblify/AudioRecordingModuleRémi Verschelde2018-07-262-115/+112
|\
| * Audio Recording moduleGustav Lund2018-07-262-115/+112