summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-02-24Many separate fixes to ensure non power of 2 textures work on GLES2, closes #...Juan Linietsky
2019-02-23Tweak SpatialMaterial's default metallic and roughness texture channelsHugo Locurcio
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-01-29Support script global class (class_name) when importing a sceneWindy Darian
2019-01-28Remove unused iostream includesRémi Verschelde
2019-01-26Avoid crash in import (though model still does not work well), fixes #19346Juan Linietsky
2019-01-04Merge pull request #24647 from WindyDarian/gltf_morph_fixRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2019-01-01Fix missing/malformed license headersRémi Verschelde
2018-12-29Partial fix for blend shape with gltfWindy Darian
2018-12-27doc: Sync classref with current sourceRémi Verschelde
2018-12-27Make error more explicit when OBJ/MTL files are missingRémi Verschelde
2018-12-12Merge pull request #24241 from Rubonnek/move-to-initializer-listRémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-12-11Merge pull request #23361 from mrcdk/wav_loop_backwardRémi Verschelde
2018-12-11Fixes the support of the 'keep on reimport' flag - Issue #20878.Guillaume Laforte
2018-12-08Reverse bitangent on everythings to ensure default normal map behavriour is c...Bastiaan Olij
2018-12-03Merge pull request #23991 from glaforte/bugfix/19195Rémi Verschelde
2018-11-28Merge pull request #24036 from glaforte/bugfix/18790Rémi Verschelde
2018-11-28Changes the check for a singular matrix to use the scale vector.Guillaume Laforte
2018-11-26Generate the tangents without de-indexing and re-indexing the vertices.Guillaume Laforte
2018-11-25Do not normalize normal map when disabled, fixes #20761Juan Linietsky
2018-11-22Merge pull request #23885 from glaforte/bugfix/22848-attempt2Rémi Verschelde
2018-11-22Do not crash on invalid file, closes #21083Juan Linietsky
2018-11-21Make SVG scale more accurateqarmin
2018-11-21Avoids spamming the user when the COLLADA importer detects a singular basis d...Guillaume Laforte
2018-11-19Fixing tangent and binormal logicBastiaan Olij
2018-11-02No longer force mipmaps on import of VRAM textures, closes #10221Juan Linietsky
2018-10-28Add backward looping support to AudioStreamSample (wav files)MrCdK
2018-10-07Baker fixesJuan Linietsky
2018-10-06Remove redundant "== false" codeAaron Franke
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-27Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde
2018-09-16Check for absolute paths in OBJ loadercyclopsian
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Merge pull request #21935 from goodyttoor/gltf_cubicRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10Fix cubic spline interpolation in glTF importerVivatchai Kaveeta
2018-09-02[Texture Import] Fix invert colorGuilherme Felipe
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-27Fix BPTC and fix importing HDR images with LDR compressionelasota
2018-08-27In the GLTF importer normalize Quaternions after every operation and when rea...K. S. Ernest (iFire) Lee
2018-08-27Removed fallback system and merged bptc into s3tcJuan Linietsky
2018-08-26Fix crash when importing layered textureselasota
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde