summaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_scene.cpp
AgeCommit message (Expand)Author
2020-07-02Fix issues with custom tracks on reimportlordkettune
2020-06-18Fix #20467. The "Anim imported" warning gets displayed properly when working ...Sl3dge78
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-11Tweak the error message displayd when a post-import script failsHugo Locurcio
2020-05-10New lightmapperJuan Linietsky
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-04-22Add caching the lightmap unwrapping on importJFonS
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30doc: Update classref with node renamesRémi Verschelde
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-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-27Renamed PlaneShape to WorldMarginShapeAndrea Catania
2020-02-27Renamed NavigationMeshInstance to NavigationRegionAndrea Catania
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-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-11Modernized default 3D material, fixes material bugs.Juan Linietsky
2020-01-21Remove unused #if 0'ed codeRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-28Restore import animation storage checkbox behaviorhomer666
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-08-27Added the ability to import scene resources as .tres filesRasmus Ketelsen
2019-07-23Fix some code found by Coverity Scan and PVS Studioqarmin
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-30Merge pull request #24286 from glaforte/bugfix/20878Rémi Verschelde
2019-05-29Merge pull request #25480 from WindyDarian/scene_import_root_type_script_glob...Rémi Verschelde
2019-05-06Merge pull request #28365 from fire/split_clip_blend_shapesRémi Verschelde
2019-04-30Merge pull request #27453 from KoBeWi/glhf_scene_rootRémi Verschelde
2019-04-29Refresh import dock on change "animation/storage"homer666
2019-04-23Modify ResourceImporterScene to split animations with blendshapes.K. S. Ernest (iFire) Lee
2019-04-10Bundled VHACD library for convex decomposition.Juan Linietsky
2019-04-08Use filename for scene root of imported modelsTomasz Chabora
2019-04-03Fix: Keep custom tracks option now keeps animation loop property and value tr...Angeloss
2019-03-02Importer for scenes only overrides the base Node if differently specified by ...Ilaria Cislaghi
2019-02-26-Properly handle missing ETC support on exportJuan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde
2019-01-29Support script global class (class_name) when importing a sceneWindy Darian
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Fixes the support of the 'keep on reimport' flag - Issue #20878.Guillaume Laforte
2018-10-07Baker fixesJuan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam