summaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_scene.cpp
AgeCommit message (Expand)Author
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
2017-12-17Cleanup some #if 0'd codeRémi Verschelde
2017-12-14-Add lightmapperJuan Linietsky
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
2017-12-07Exposed EditorSceneImporter to script. Added APIs to use intermediate convert...Juan Linietsky
2017-12-07ability to keep user tracks when importing animations, closes #12801Juan Linietsky
2017-11-25-Fixed height fog (was broken)Juan Linietsky
2017-11-25Add importer option to make meshes bakeable by default.Juan Linietsky
2017-11-20Merge pull request #12717 from NathanWarden/material_import_fixRémi Verschelde
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-16Added 'convcol' flag for importing meshes as convex collision and completed codeSaracen
2017-11-07Fixed a bug where materials weren't assigned to scene on first import.Nathan Warden
2017-11-01Restores functionality of the use_compression flag in the Collada importer.Saracen
2017-09-21Correct spelling SEPERATE -> SEPARATE to fix buildLeon Krause
2017-09-20Fix import order, so scenes are imported after textures.Juan Linietsky
2017-09-19Fixed Typo: 'Seperate' to 'Separate'Indah Sylvia
2017-09-12Merge pull request #11066 from SaracenOne/animation_external_resourcesHein-Pieter van Braam
2017-09-12Merge pull request #11026 from hpvb/fix-assign-in-ifRémi Verschelde
2017-09-11Allow animations to be saved to external files during scene import.SaracenOne