Revert "Split Python OBJ importer and exporter, enabling only the importer."

This reverts commit ff9dc1986e.
This commit is contained in:
2022-02-10 19:21:32 -05:00
parent c434782e3a
commit 4d29ec42bc
4 changed files with 4 additions and 12 deletions

View File

@@ -959,13 +959,6 @@ void blo_do_versions_userdef(UserDef *userdef)
*/
{
/* Keep this block, even when empty. */
if (!USER_VERSION_ATLEAST(301, 7)) {
/* io_scene_obj directory is gone, split into io_import_obj and io_export_obj,
* with io_import_obj enabled by default and io_export_obj replaced by the C++ version.
*/
BKE_addon_remove_safe(&userdef->addons, "io_scene_obj");
BKE_addon_ensure(&userdef->addons, "io_import_obj");
}
}
LISTBASE_FOREACH (bTheme *, btheme, &userdef->themes) {