summaryrefslogtreecommitdiffstats
path: root/editor/import/scene_import_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move 3D scene import classes to their own folderAaron Franke2024-01-041-1668/+0
* Rename ImportSettings dialogs to have "Dialog" in the nameAaron Franke2023-11-261-61/+61
* Fix stuck cursor in Advanced Scene ImporterMarkus Sauermann2023-11-091-0/+3
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+2
* Fixed the Advanced Import Settings window's camera rotation order in the 3D v...Shnazzy2023-09-291-1/+1
* Make 3D editor gizmos and debug shapes ignore fogHugo Locurcio2023-09-271-0/+2
* Merge pull request #82302 from MewPurPur/alt-font-iconRémi Verschelde2023-09-251-2/+2
|\
| * Add white Font and Mesh iconsMewPurPur2023-09-251-2/+2
* | Disable bounding box shadows for advanced scene importerBlueCube33102023-09-231-0/+1
|/
* Add EditorStringNames singletonkobewi2023-09-031-32/+33
* [bugfix] Fix reimporting scene withh default values selectedKirill Diduk2023-07-281-1/+1
* Add animation playback preview to scene import settingsYuri Rubinsky2023-06-131-11/+206
* Allow EditorInspector to change its property name style when necessaryHaoyu Qiu2023-04-291-5/+0
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Fix premature theme item access in editor toolsYuri Sizov2023-04-031-3/+6
* More i18n improvementsHaoyu Qiu2023-03-271-14/+14
* Fix settings not appearing for Animation Libraries in the Scene Import windowhare_ware2023-02-231-0/+3
* import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()Lyuma2023-02-231-1/+37
* Merge pull request #69810 from trollodel/scene_importer_material_crash_fixRémi Verschelde2023-02-171-8/+8
|\
| * Ensure that generated import IDs are uniquetrollodel2022-12-091-8/+8
* | Merge pull request #71691 from hcoura/res-importer-gen-physics-mesh-only-when...Rémi Verschelde2023-02-101-3/+14
|\ \
| * | Fix SceneImportSettings perf issuesHenrique Coura2023-01-191-3/+14
* | | Apply root scale to shape on importJoJoX2023-01-281-1/+1
|/ /
* | Improve visibility of Actions button in Advanced import settings dialogHugo Locurcio2023-01-171-0/+6
* | Merge pull request #70630 from asmaloney/importer-crash-null-mesh-nodeRémi Verschelde2023-01-171-9/+11
|\ \
| * | Fix crash in SceneImportSettings::_select when a mesh has a null mesh_nodeAndy Maloney2022-12-271-9/+11
* | | Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/ /
* | Fix overlapping text in Advanced Import Settings action dialogs.dustinsth2022-12-201-3/+3
* | Clear animation map when import settings is openedbmolyneaux2022-12-141-0/+1
|/
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-0/+6
* Merge pull request #65039 from Mickeon/rename-treeitem-tooltipRémi Verschelde2022-08-301-12/+12
|\
| * Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-12/+12
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-3/+3
|/
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-1/+1
* Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-5/+5
|\
| * Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-5/+5
* | Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-2/+2
|/
* Merge pull request #62622 from Rindbee/make-blend-import-preview-visibleRémi Verschelde2022-07-071-6/+6
|\
| * Make import preview of blend files visibleRindbee2022-07-021-6/+6
* | Merge pull request #59834 from trollodel/advanced_import_fixRémi Verschelde2022-07-031-8/+15
|\ \ | |/ |/|
| * Fix some bugs in the advanced scene importtrollodel2022-05-131-8/+15
* | implement bone renamer in importerSilc Renew2022-07-011-0/+11
* | i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-1/+1
* | Use "odd" style for TabContainers on base BG colorFireForge2022-05-261-0/+1
* | Add the button pressed to some signals in Treetrollodel2022-05-211-2/+6
* | Replace most uses of Map by HashMapreduz2022-05-161-5/+5
|/
* Fix mesh preview cleanup in the Scene import settingsmightygoat2022-05-021-0/+2