Merge pull request #82899 from aaronfranke/import-settings-dialogs

Rename ImportSettings dialogs to have "Dialog" in the name
This commit is contained in:
Rémi Verschelde 2023-12-12 00:15:59 +01:00
commit 8f2b5cc109
No known key found for this signature in database
GPG key ID: C3336907360768E1
13 changed files with 178 additions and 178 deletions

View file

@ -1347,7 +1347,7 @@ void BoneMapEditor::create_editors() {
void BoneMapEditor::fetch_objects() {
skeleton = nullptr;
// Hackey... but it may be the easiest way to get a selected object from "ImporterScene".
SceneImportSettings *si = SceneImportSettings::get_singleton();
SceneImportSettingsDialog *si = SceneImportSettingsDialog::get_singleton();
if (!si) {
return;
}