summaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_scene.cpp
AgeCommit message (Expand)Author
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
2018-07-05Merge pull request #15881 from dertom95/EditorScenePostImportMax Hilbrunner
2018-07-02further fixes to tag detection on importerJuan Linietsky
2018-07-02Add a condition to detect duplicates objects, so cases like object-col.323, c...Juan Linietsky
2018-07-01-Fix in animationplayback, sound would be cut on loopJuan Linietsky
2018-05-31EditorScenePostImport: added get_source_folder() and get_source_file() methodsThomas Trocha
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-01-30Ability to import .escn files, which is just a .tscn but with forced import.Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Property install export templates when downloaded from httpJuan Linietsky
2017-12-17Fixes how transform is applied to geometry in UV unwrapJuan Linietsky