summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
2019-08-30Disabled trim and normalize as default for wav importRasmus Ketelsen
2019-08-27Added the ability to import scene resources as .tres filesRasmus Ketelsen
2019-08-19Move CryptoCore to it's own folder.Fabio Alessandrelli
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-27Bugfix in GLTF import: Flipping boolean check. Reindexing should _NOT_ happen...Joseph Catrambone
2019-07-23Merge pull request #30716 from qarmin/fixed_static_analiser_codeRémi Verschelde
2019-07-23Fix some code found by Coverity Scan and PVS Studioqarmin
2019-07-22Revert "Tweak SpatialMaterial's default metallic and roughness texture channels"Rémi Verschelde
2019-07-20Changed some code showed in LGTM and Coverageqarmin
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