Fix (unreported) non-official X3D add-on enabled in factory startup.
Forgot to remove it from there when I moved it to community-supported status last week. Also raising subversion.
This commit is contained in:
@@ -610,6 +610,11 @@ void BLO_version_defaults_userpref_blend(Main *bmain, UserDef *userdef)
|
||||
userdef->drag_threshold_tablet = 10;
|
||||
}
|
||||
|
||||
if (!USER_VERSION_ATLEAST(281, 9)) {
|
||||
/* X3D is no longer enabled by default. */
|
||||
BKE_addon_remove_safe(&userdef->addons, "io_scene_x3d");
|
||||
}
|
||||
|
||||
/**
|
||||
* Include next version bump.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user