mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Add module variable to fake MoVariant.
This commit is contained in:
@@ -827,6 +827,9 @@ BOOST_PYTHON_MODULE(mobase)
|
||||
bpy::def("getFileVersion", &MOBase::getFileVersion);
|
||||
bpy::def("getProductVersion", &MOBase::getProductVersion);
|
||||
bpy::def("getIconForExecutable", &MOBase::iconForExecutable);
|
||||
|
||||
// Expose MoVariant:
|
||||
bpy::scope().attr("MoVariant") = bpy::object();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user