summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky
2019-04-10Bundled VHACD library for convex decomposition.Juan Linietsky
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-04-07Merge pull request #27645 from theisegeberg/fix-wav-import-trimRémi Verschelde
2019-04-05Merge pull request #26918 from aqnuep/skeleton_reparenting_fixRémi Verschelde
2019-04-04-Added trim limit constant at top of file, defining at which db trimming shou...Theis Egeberg
2019-04-03Fix: Keep custom tracks option now keeps animation loop property and value tr...Angeloss
2019-03-18Fix order of transformation in GLTF import Vivatchai Kaveeta
2019-03-11Fix skeleton reparenting to also work when the skeleton node is not a boneDaniel Rakos
2019-03-07Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733Juan Linietsky
2019-03-04Merge pull request #26607 from ptrojahn/translationescapeRémi Verschelde
2019-03-04Unescape translations in CSV importerPaul Trojahn
2019-03-03Skeletons can now choose between using local or world coords for processing, ...Juan Linietsky
2019-03-03Merge pull request #26446 from QbieShay/root_node_from_escnRémi Verschelde
2019-03-02Importer for scenes only overrides the base Node if differently specified by ...Ilaria Cislaghi
2019-03-01Clean up blend shape support in GLES2 and GLES3.Juan Linietsky
2019-02-26-Properly handle missing ETC support on exportJuan Linietsky
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-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-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-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