summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-2/+3
* Some code changed with Clang-Tidyqarmin2019-06-266-16/+10
* Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde2019-06-202-5/+3
|\
| * Fix always true/false valuesqarmin2019-06-202-5/+3
* | Merge pull request #26205 from Calinou/spatialmaterial-use-packed-channelsRémi Verschelde2019-06-201-3/+0
|\ \
| * | Tweak SpatialMaterial's default metallic and roughness texture channelsHugo Locurcio2019-02-231-3/+0
* | | Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-1910-10/+15
* | | glTF: Fix import of animations with INTERPOLATION_LINEARRémi Verschelde2019-06-151-6/+7
* | | Merge pull request #29680 from akien-mga/fix-headersRémi Verschelde2019-06-112-0/+60
|\ \ \
| * | | Add missing license headersRémi Verschelde2019-06-112-0/+60
* | | | Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
|/ / /
* | | Merge pull request #24286 from glaforte/bugfix/20878Rémi Verschelde2019-05-301-3/+3
|\ \ \
| * | | Fixes the support of the 'keep on reimport' flag - Issue #20878.Guillaume Laforte2018-12-111-3/+3
* | | | Merge pull request #25480 from WindyDarian/scene_import_root_type_script_glob...Rémi Verschelde2019-05-291-0/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | Support script global class (class_name) when importing a sceneWindy Darian2019-01-291-0/+11
* | | | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* | | | Merge pull request #28365 from fire/split_clip_blend_shapesRémi Verschelde2019-05-061-0/+18
|\ \ \ \
| * | | | Modify ResourceImporterScene to split animations with blendshapes.K. S. Ernest (iFire) Lee2019-04-231-0/+18
* | | | | Merge pull request #27453 from KoBeWi/glhf_scene_rootRémi Verschelde2019-04-301-1/+4
|\ \ \ \ \
| * | | | | Use filename for scene root of imported modelsTomasz Chabora2019-04-081-1/+4
* | | | | | Merge pull request #27927 from theisegeberg/#27925_trimHalvesAudioRémi Verschelde2019-04-301-2/+2
|\ \ \ \ \ \
| * | | | | | Removed extra division by format channels causing sounds to get halved.Theis Egeberg2019-04-111-2/+2
* | | | | | | Refresh import dock on change "animation/storage"homer6662019-04-291-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #27673 from qarmin/small_fixesRémi Verschelde2019-04-221-2/+0
|\ \ \ \ \ \
| * | | | | | Small fixes, mostly dupicated codeqarmin2019-04-081-2/+0
* | | | | | | Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-193-0/+838
| |/ / / / / |/| | | | |
* | | | | | Bundled VHACD library for convex decomposition.Juan Linietsky2019-04-102-122/+155
* | | | | | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-2/+5
* | | | | | Merge pull request #27645 from theisegeberg/fix-wav-import-trimRémi Verschelde2019-04-071-13/+27
|\ \ \ \ \ \
| * | | | | | -Added trim limit constant at top of file, defining at which db trimming shou...Theis Egeberg2019-04-041-13/+27
* | | | | | | Merge pull request #26918 from aqnuep/skeleton_reparenting_fixRémi Verschelde2019-04-052-12/+22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix skeleton reparenting to also work when the skeleton node is not a boneDaniel Rakos2019-03-112-12/+22
| | |/ / / / | |/| | | |
* | | | | | Fix: Keep custom tracks option now keeps animation loop property and value tr...Angeloss2019-04-031-0/+1
| |/ / / / |/| | | |
* | | | | Fix order of transformation in GLTF import Vivatchai Kaveeta2019-03-181-2/+1
|/ / / /
* | | | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733Juan Linietsky2019-03-071-1/+1
* | | | Merge pull request #26607 from ptrojahn/translationescapeRémi Verschelde2019-03-041-1/+1
|\ \ \ \
| * | | | Unescape translations in CSV importerPaul Trojahn2019-03-041-1/+1
* | | | | Skeletons can now choose between using local or world coords for processing, ...Juan Linietsky2019-03-032-1/+2
* | | | | Merge pull request #26446 from QbieShay/root_node_from_escnRémi Verschelde2019-03-031-1/+1
|\ \ \ \ \
| * | | | | Importer for scenes only overrides the base Node if differently specified by ...Ilaria Cislaghi2019-03-021-1/+1
| |/ / / /
* / / / / Clean up blend shape support in GLES2 and GLES3.Juan Linietsky2019-03-011-0/+2
|/ / / /
* | | | -Properly handle missing ETC support on exportJuan Linietsky2019-02-2618-18/+180
* | | | -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-1/+0
* | | | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #...Juan Linietsky2019-02-242-9/+25
| |_|/ |/| |
* | | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-204-57/+57
* | | Scene: Ensure classes match their header filenameRémi Verschelde2019-02-122-2/+2
* | | Core: Ensure classes match their header filenameRémi Verschelde2019-02-128-8/+8
|/ /
* | Remove unused iostream includesRémi Verschelde2019-01-281-2/+0
* | Avoid crash in import (though model still does not work well), fixes #19346Juan Linietsky2019-01-261-5/+28
* | Merge pull request #24647 from WindyDarian/gltf_morph_fixRémi Verschelde2019-01-041-5/+33
|\ \