summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
2020-07-21Merge pull request #40450 from asmaloney/spellingRémi Verschelde
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-11Allow gltf2 morph targets with no default values. Changes for bug 38751K. S. Ernest (iFire) Lee
2020-07-10Add override keywords.Marcel Admiraal
2020-07-02Fix issues with custom tracks on reimportlordkettune
2020-06-18Fix #20467. The "Anim imported" warning gets displayed properly when working ...Sl3dge78
2020-06-14Remove the obsolete "2D Pixel" import presetHugo Locurcio
2020-06-11Add GLTF light importAaron Franke
2020-06-08Merge pull request #39152 from abustin/fbx_mesh_compression_fix_masterRémi Verschelde
2020-06-04Merge pull request #38924 from Calinou/tweak-import-compression-hintRémi Verschelde
2020-06-03Fix excessive bottom cropping in atlas generationPedro J. Estébanez
2020-05-29Respect 'mesh compression' editor import option in Assimp (ie. FBX) and glTF ...Alex Bustin
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-21Tweak the import compression property hint for clarityHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-11Tweak the error message displayd when a post-import script failsHugo Locurcio
2020-05-10New lightmapperJuan Linietsky
2020-05-10Revert "Renamed plane's d to distance"Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: Add missing copyright headersRémi Verschelde
2020-05-10Renamed plane's d to distanceMarcus Elg
2020-04-28Merge pull request #37273 from akien-mga/gltf-tangent-fix-32712Rémi Verschelde
2020-04-22Add caching the lightmap unwrapping on importJFonS
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-31Fix more -Wmaybe-uninitialized warnings with target=release_debugRémi Verschelde
2020-03-30Merge pull request #37436 from akien-mga/doc-node-renamesRémi Verschelde
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-24glTF: Fix tangent generation for non-blend shapesRémi Verschelde
2020-03-24Move DocData and Collada out of their subfoldersRémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-11Fix various typosluz.paz
2020-02-28Merge pull request #36388 from AndreaCatania/some_renamesRémi Verschelde
2020-02-28Merge pull request #36556 from RandomShaper/rework_mutexRémi Verschelde
2020-02-27Renamed PlaneShape to WorldMarginShapeAndrea Catania
2020-02-27Renamed NavigationMeshInstance to NavigationRegionAndrea Catania
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-26Merge pull request #36564 from dankan1890/quick_fixRémi Verschelde
2020-02-26Fixed TextureAtlas import.Maurizio Petrarota
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-21Add support for named binds in Skin.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky