summaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_scene.h
AgeCommit message (Expand)Author
2022-01-18Fix import hints breaking node paths in animationsRicardo Buring
2022-01-05options dict is now passed to _import_scene.K. S. Ernest (iFire) Lee
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-14Add path to functions that return iporter optionsreduz
2021-10-21Implement Animation Compressionreduz
2021-10-16Implement Animation Blend Shape Tracksreduz
2021-10-15Add scene Post-Import Plugin support.reduz
2021-10-14Implement import actions for pos/rot/scale animation tracksreduz
2021-10-12Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz
2021-10-03GLTF for game templates.K. S. Ernest (iFire) Lee
2021-09-14Merge pull request #52266 from AndreaCatania/collRémi Verschelde
2021-09-08Improve collision generation usability in the new 3D scene import workflow.AndreaCatania
2021-08-30Revert " Improve collision generation usability in the new 3D scene import wo...Juan Linietsky
2021-08-30Merge pull request #51985 from AndreaCatania/collCamille Mohr-Daurat
2021-08-28Improve collision generation usability in the new 3D scene import workflow.AndreaCatania
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-07-23Expose an ImportOrder enum in ResourceImporterHugo Locurcio
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-05-03Assorted fixes to UV unwrapping and GPU lightmapperjfons
2021-04-19Use multiple threads to import.Juan Linietsky
2021-03-23Move duplicated code into a functionShatur95
2021-03-22Improved 3D Scene ImporterJuan Linietsky
2021-01-25Implement shadow meshesreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-22Add exporting glTF2.K. S. Ernest (iFire) Lee
2020-12-18Implement automatic LOD (Level of Detail)reduz
2020-12-13Rework Mesh handling on scene importing.reduz
2020-12-02Refactored Mesh internals and formats.reduz
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
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-21Add support for named binds in Skin.Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-27Added the ability to import scene resources as .tres filesRasmus Ketelsen
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-04-10Bundled VHACD library for convex decomposition.Juan Linietsky
2019-02-26-Properly handle missing ETC support on exportJuan Linietsky
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-07Baker fixesJuan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-05-31EditorScenePostImport: added get_source_folder() and get_source_file() methodsThomas Trocha
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-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
2017-12-07Exposed EditorSceneImporter to script. Added APIs to use intermediate convert...Juan Linietsky