summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde2020-12-085-61/+30
|\
| * Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-025-61/+30
* | Rebind Mesh/ArrayMesh enumsAaron Franke2020-12-042-3/+3
* | Refactored Mesh internals and formats.reduz2020-12-026-13/+22
|/
* Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelvAaron Franke2020-11-211-4/+4
* glTF: Workaround import failure with invalid embedded imagesRémi Verschelde2020-11-181-4/+8
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Merge pull request #42977 from Calinou/roughness-normal-import-more-image-typesRémi Verschelde2020-11-161-1/+1
|\
| * Allow more image types in the roughness texture's Src Normal import hintHugo Locurcio2020-10-211-1/+1
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-079-11/+11
|/
* Implement GPU Particle Collisionsreduz2020-10-091-1/+1
* Better non alphanumeric bone names.K. S. Ernest (iFire) Lee2020-10-051-4/+9
* glTF: Fix parsing image data with `mimeType` undefinedRémi Verschelde2020-10-051-51/+85
* glTF: Fix parsing buffer data with application/gltf-buffer and image/* MIME t...Rémi Verschelde2020-10-021-5/+13
* Use the vertex colors by default in gltf.K. S. Ernest (iFire) Lee2020-09-281-0/+7
* Implement 3D textures as import and resource format.reduz2020-09-092-15/+102
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-17/+17
* Merge pull request #40450 from asmaloney/spellingRémi Verschelde2020-07-211-1/+1
|\
| * Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* | Allow gltf2 morph targets with no default values. Changes for bug 38751K. S. Ernest (iFire) Lee2020-07-111-2/+6
|/
* Add override keywords.Marcel Admiraal2020-07-1014-147/+147
* Fix issues with custom tracks on reimportlordkettune2020-07-021-5/+4
* Fix #20467. The "Anim imported" warning gets displayed properly when working ...Sl3dge782020-06-182-2/+3
* Remove the obsolete "2D Pixel" import presetHugo Locurcio2020-06-142-5/+3
* Add GLTF light importAaron Franke2020-06-112-6/+144
* Merge pull request #39152 from abustin/fbx_mesh_compression_fix_masterRémi Verschelde2020-06-082-1/+8
|\
| * Respect 'mesh compression' editor import option in Assimp (ie. FBX) and glTF ...Alex Bustin2020-05-292-1/+8
* | Merge pull request #38924 from Calinou/tweak-import-compression-hintRémi Verschelde2020-06-041-1/+1
|\ \
| * | Tweak the import compression property hint for clarityHugo Locurcio2020-05-211-1/+1
| |/
* | Fix excessive bottom cropping in atlas generationPedro J. Estébanez2020-06-031-1/+2
* | Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-1/+2
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-1412-303/+576
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-1413-0/+43
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1422-860/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-142-183/+102
* Tweak the error message displayd when a post-import script failsHugo Locurcio2020-05-111-1/+3
* New lightmapperJuan Linietsky2020-05-106-224/+265
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-3/+3
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-103-25/+59
* Style: Add missing copyright headersRémi Verschelde2020-05-102-0/+60
* Renamed plane's d to distanceMarcus Elg2020-05-101-3/+3
* Merge pull request #37273 from akien-mga/gltf-tangent-fix-32712Rémi Verschelde2020-04-281-13/+3
|\
| * glTF: Fix tangent generation for non-blend shapesRémi Verschelde2020-03-241-13/+3
* | Add caching the lightmap unwrapping on importJFonS2020-04-221-15/+96
* | Exposed RenderingDevice to script APIJuan Linietsky2020-04-202-0/+117
* | Replace NULL with nullptrlupoDharkael2020-04-0221-81/+81
* | Fix more -Wmaybe-uninitialized warnings with target=release_debugRémi Verschelde2020-03-311-1/+1
* | Merge pull request #37436 from akien-mga/doc-node-renamesRémi Verschelde2020-03-302-2/+2
|\ \
| * | doc: Update classref with node renamesRémi Verschelde2020-03-302-2/+2
* | | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
|/ /