Merge pull request #72402 from dsnopek/openxr-action-map-export-regression
Only customize resources during export if there are any export plugins in use
This commit is contained in:
commit
1a37aefbf9
|
@ -785,11 +785,11 @@ String EditorExportPlatform::_export_customize(const String &p_path, LocalVector
|
|||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (_export_customize_object(res.ptr(), customize_resources_plugins)) {
|
||||
modified = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (modified || p_force_save) {
|
||||
// If modified, save it again. This is also used for TRES -> RES conversion on export.
|
||||
|
|
Loading…
Reference in New Issue