summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
2019-07-07Hide "Max Rate Hz" if "Max Rate" is unchecked when importing WAV sampleHugo Locurcio
2019-07-02CryptoCore class to access to base crypto utils.Fabio Alessandrelli
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-20Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde
2019-06-20Fix always true/false valuesqarmin
2019-06-20Merge pull request #26205 from Calinou/spatialmaterial-use-packed-channelsRémi Verschelde
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-15glTF: Fix import of animations with INTERPOLATION_LINEARRémi Verschelde
2019-06-11Merge pull request #29680 from akien-mga/fix-headersRémi Verschelde
2019-06-11Add missing license headersRémi Verschelde
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-30Merge pull request #24286 from glaforte/bugfix/20878Rémi Verschelde
2019-05-29Merge pull request #25480 from WindyDarian/scene_import_root_type_script_glob...Rémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-06Merge pull request #28365 from fire/split_clip_blend_shapesRémi Verschelde
2019-04-30Merge pull request #27453 from KoBeWi/glhf_scene_rootRémi Verschelde
2019-04-30Merge pull request #27927 from theisegeberg/#27925_trimHalvesAudioRémi Verschelde
2019-04-29Refresh import dock on change "animation/storage"homer666
2019-04-23Modify ResourceImporterScene to split animations with blendshapes.K. S. Ernest (iFire) Lee
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-11Removed extra division by format channels causing sounds to get halved.Theis Egeberg
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-08Use filename for scene root of imported modelsTomasz Chabora
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-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