mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Update for archive invalidation changes
This commit is contained in:
@@ -995,6 +995,7 @@ BOOST_PYTHON_MODULE(mobase)
|
||||
.def("absolutePath", bpy::pure_virtual(&IProfile::absolutePath))
|
||||
.def("localSavesEnabled", bpy::pure_virtual(&IProfile::localSavesEnabled))
|
||||
.def("localSettingsEnabled", bpy::pure_virtual(&IProfile::localSettingsEnabled))
|
||||
.def("invalidationActive", bpy::pure_virtual(&IProfile::invalidationActive))
|
||||
;
|
||||
|
||||
bpy::class_<ModRepositoryBridgeWrapper, boost::noncopyable>("ModRepositoryBridge")
|
||||
|
||||
Reference in New Issue
Block a user