aboutsummaryrefslogtreecommitdiff
path: root/editor/import (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19193 from tagcup/quat_normJuan Linietsky2018-06-252-6/+3
|\
| * Fixed Basis -> Quat conversions, added a few safety checks.tagcup2018-05-272-6/+3
* | fix default glTF metallic & roughness factor valuesRodolfo Ribeiro Gomes2018-06-211-2/+5
* | Import morph target names from glTFPedro J. Estébanez2018-06-141-1/+4
|/
* Fix updating mesh when reimportingvolzhs2018-05-221-1/+1
* Add missing copyright headersGuilherme Felipe2018-05-162-0/+60
* Use mimetype according to glTF spec.Yaakuro2018-05-101-1/+1
* Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky2018-04-291-1/+1
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-222-5/+5
* Merge pull request #16297 from lpn/masterJuan Linietsky2018-04-081-7/+21
|\
| * Fixed wave file importer's broken resampling.L. Nikko2018-02-021-7/+21
* | Merge pull request #17840 from Dimonasdf/masterJuan Linietsky2018-04-071-1/+1
|\ \
| * | Fix Collada material roughness import function 4Dmitriy Romanov2018-04-031-1/+1
| * | Fix Collada material roughness import function 3Dmitriy Romanov2018-03-311-1/+1
| * | Fix Collada material roughness import function 2Dmitriy Romanov2018-03-291-1/+1
| * | Fix Collada material roughness import functionDmitriy Romanov2018-03-281-1/+1
* | | Fix skeleton import from glTFPedro J. Estébanez2018-04-061-5/+10
|/ /
* | Fix animation length from glTF not correctly setPedro J. Estébanez2018-03-191-4/+3
* | Fix glTF not accepting VEC3 colorsPedro J. Estébanez2018-03-191-3/+11
* | Fix typos with codespellluz.paz2018-02-211-1/+1
* | gltf: improve embedded data discoveryFlorian Zwoch2018-02-211-1/+2
* | Merge pull request #16583 from ShyRed/obj-import-scaleRémi Verschelde2018-02-191-6/+8
|\ \
| * | Add import option "scale_mesh" to obj file importerShyRed2018-02-121-6/+8
| |/
* | Fix infinite recursion with editor import pluginsGeorge Marques2018-02-181-2/+2
* | Expose priority and order for custom import pluginsGeorge Marques2018-02-132-0/+18
|/
* Ability to import .escn files, which is just a .tscn but with forced import.Juan Linietsky2018-01-302-0/+33
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-2/+2
* Merge pull request #15377 from mrcdk/wav_correct_loopRémi Verschelde2018-01-081-3/+9
|\
| * Fixed loop mode values when importing a wav file.MrCdK2018-01-051-3/+9
* | Fix imported BitMap dimension flipPoommetee Ketson2018-01-081-1/+1
* | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky2018-01-062-0/+120
|/
* Make sure .import folder exists before importing, in case user deleted it man...Juan Linietsky2018-01-051-1/+0
* Fixed problem with missing uninitialized last byte on waveform trip, closes #...Juan Linietsky2018-01-051-1/+2
* Fixes to GLTF2 importer skeleton positioning, though vertex bone indices stil...Juan Linietsky2018-01-052-15/+46
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0516-0/+74
* Update copyright statements to 2018Rémi Verschelde2018-01-0114-28/+28
* Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi...Juan Linietsky2017-12-282-150/+171
* Property install export templates when downloaded from httpJuan Linietsky2017-12-171-0/+6
* Fixes how transform is applied to geometry in UV unwrapJuan Linietsky2017-12-171-6/+6
* Cleanup some #if 0'd codeRémi Verschelde2017-12-171-120/+0
* -Add lightmapperJuan Linietsky2017-12-141-2/+2
* Style: Re-apply clang-format over recent invalid additionsRémi Verschelde2017-12-104-4/+4
* Merge pull request #14479 from Web-eWorks/gltf-fixesRémi Verschelde2017-12-101-1/+4
|\
| * Fix importing GLTF meshes as external files.Webster Sheets2017-12-091-1/+4
* | -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-092-66/+122
|/
* Exposed EditorSceneImporter to script. Added APIs to use intermediate convert...Juan Linietsky2017-12-078-10/+173
* ability to keep user tracks when importing animations, closes #12801Juan Linietsky2017-12-072-4/+28
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+0
* -Fixed height fog (was broken)Juan Linietsky2017-11-252-1/+5
* Add importer option to make meshes bakeable by default.Juan Linietsky2017-11-252-4/+17