aboutsummaryrefslogtreecommitdiff
path: root/editor/import (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-8/+10
* Merge pull request #12717 from NathanWarden/material_import_fixRémi Verschelde2017-11-201-7/+13
|\
| * Fixed a bug where materials weren't assigned to scene on first import.Nathan Warden2017-11-071-7/+13
* | Fix import obj as scene.Daniel J. Ramirez2017-11-191-0/+1
* | Rename Rect3 to AABB.Ferenc Arn2017-11-171-1/+1
* | Merge pull request #12966 from SaracenOne/convcolRémi Verschelde2017-11-161-19/+68
|\ \
| * | Added 'convcol' flag for importing meshes as convex collision and completed codeSaracen2017-11-161-19/+68
| |/
* / Fix for #12056, though GTLF import of that file is still incorrect.Webster Sheets2017-11-121-2/+4
|/
* Restores functionality of the use_compression flag in the Collada importer.Saracen2017-11-013-13/+17
* Cleanup unnecessary debug printsRémi Verschelde2017-10-211-18/+1
* Restored ability to import OBJ files as meshes directly. Finally closes #9445.Juan Linietsky2017-09-292-54/+140
* Correct spelling SEPERATE -> SEPARATE to fix buildLeon Krause2017-09-211-3/+3
* Fix import order, so scenes are imported after textures.Juan Linietsky2017-09-203-5/+22
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Fixed Typo: 'Seperate' to 'Separate'Indah Sylvia2017-09-192-10/+10
* Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-141-1/+1
* Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-3/+4
* Merge pull request #11066 from SaracenOne/animation_external_resourcesHein-Pieter van Braam2017-09-122-8/+46
|\
| * Allow animations to be saved to external files during scene import.SaracenOne2017-09-112-8/+46
* | Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-122-4/+4
|\ \
| * | Fix unused variable warningsHein-Pieter van Braam2017-09-082-4/+4
| |/
* | Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde2017-09-121-2/+2
|\ \
| * | Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-081-2/+2
| |/
* / Fix various assorted warningsHein-Pieter van Braam2017-09-081-1/+1
|/
* Added a warning for when a PC compression is not found for the project, close...Juan Linietsky2017-09-051-1/+8
* Merge pull request #10877 from hpvb/fix-unitialized-variablesRémi Verschelde2017-09-021-1/+1
|\
| * Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+1