summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Support GLTF2 alpha scissors.K. S. Ernest (iFire) Lee2020-01-021-1/+8
* Merge pull request #34618 from qarmin/vector_please_dont_crashRémi Verschelde2020-01-021-0/+3
|\
| * Don't use constant reference in Vector push_back, insert and append_arrayRafał Mikrut2019-12-261-0/+3
* | Update copyright statements to 2020Rémi Verschelde2020-01-0126-52/+52
* | Fix Hard Crash on glTF Color Accessor ImportMarios Staikopoulos2019-12-241-8/+7
|/
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-2/+0
* Bugfix: Sanitize glTF importer Animation Names and do not set bone_poseMarios Staikopoulos2019-11-271-2/+1
* 33714 glTF2 handle undefined load-time scene.K. S. Ernest (iFire) Lee2019-11-221-3/+10
* Fix typos with codespellRémi Verschelde2019-11-221-3/+3
* Merge pull request #33794 from nekomatata/gltf-morph-shapes-crash2Rémi Verschelde2019-11-211-0/+6
|\
| * Error instead of crash in gltf import with more than one morph targetPouleyKetchoupp2019-11-211-0/+6
* | 33756 gltf2 importer should use zfarK. S. Ernest (iFire) Lee2019-11-211-2/+2
|/
* 33714 If the gltf2 asset has no scene, it is corrupt.K. S. Ernest (iFire) Lee2019-11-201-0/+1
* Small fixes to redundand code, copy paste bugsqarmin2019-10-141-1/+1
* Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-101-1/+1
* Restore import animation storage checkbox behaviorhomer6662019-09-281-1/+1
* Fix import hints being ignored by glTF importergladmin2019-09-251-1/+1
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-257-14/+15
|\
| * Added some obvious errors explanationsqarmin2019-09-257-14/+15
* | Merge pull request #32306 from hbina/unused_variableRémi Verschelde2019-09-251-6/+6
|\ \
| * | Fixed incorrect use of variablesHanif Bin Ariffin2019-09-241-6/+6
* | | glTF: Fixed mistake with root node calculation in skin_verifyMarios Staikopoulos2019-09-241-2/+23
|/ /
* | Merge pull request #32275 from godotengine/skin_supportRémi Verschelde2019-09-233-566/+1390
|\ \
| * | GLTF: Fixed some issues with skin groups joining incorrectly and removed unus...Marios Staikopoulos2019-09-222-79/+88
| * | More GLTF FixesMarios Staikopoulos2019-09-212-25/+160
| * | GLTF Importer - Add more Index types and const-ed up the codeMarios Staikopoulos2019-09-212-259/+284
| * | GLTF2 Import Fixes - Skin(s) to Skeleton - Skin SupportMarios Staikopoulos2019-09-202-363/+1019
| * | Added skin support and simplified APIs to override bone position.Juan Linietsky2019-09-182-2/+1
| |/
* / Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-1/+1
|/
* Add CSV import without translation.willnationsdev2019-09-032-0/+137
* Disabled trim and normalize as default for wav importRasmus Ketelsen2019-08-301-2/+2
* Added the ability to import scene resources as .tres filesRasmus Ketelsen2019-08-272-16/+52
* Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-14/+0
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-175-25/+12
* Bugfix in GLTF import: Flipping boolean check. Reindexing should _NOT_ happen...Joseph Catrambone2019-07-271-1/+1
* Merge pull request #30716 from qarmin/fixed_static_analiser_codeRémi Verschelde2019-07-232-26/+25
|\
| * Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-232-26/+25
* | Revert "Tweak SpatialMaterial's default metallic and roughness texture channels"Rémi Verschelde2019-07-221-0/+3
|/
* Changed some code showed in LGTM and Coverageqarmin2019-07-202-1/+5
* Hide "Max Rate Hz" if "Max Rate" is unchecked when importing WAV sampleHugo Locurcio2019-07-071-1/+5
* 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
|\ \ \