summaryrefslogtreecommitdiff
path: root/editor/import/scene_import_settings.cpp
AgeCommit message (Expand)Author
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra
2021-09-08Improve collision generation usability in the new 3D scene import workflow.AndreaCatania
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-20Fix typos with codespellRémi Verschelde
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-22Improved 3D Scene ImporterJuan Linietsky