@@ -613,6 +613,10 @@ PYBIND11_EMBEDDED_MODULE(openflipper, m) {
core.def("exitFailure",&Core::exitFailure,QCoreApplication::translate("PythonDocCore","Use this function in unit tests, if you detected a failure. Therefore the test functions will recognize that something went wrong.").toLatin1().data());
core.def("finishSplash",&Core::finishSplash,QCoreApplication::translate("PythonDocCore","Hide the splash screen").toLatin1().data());
core.def("objectUpdated",&Core::slotObjectUpdated,QCoreApplication::translate("PythonDocCore","Tell the core that an object has been updated").toLatin1().data(),
py::arg(QCoreApplication::translate("PythonDocCore","ID of the updated object").toLatin1().data()),
py::arg(QCoreApplication::translate("PythonDocCore","What has been updated? String list separated by ; . Possible update types include: All,Visibility,Geometry,Topology,Selection,VertexSelection,EdgeSelection,HalfedgeSelection,FaceSelection,KnotSelection,Color,Texture,State ").toLatin1().data())=UPDATE_ALL);
// //load slots
// emit setSlotDescription("createWidget(QString,QString)", tr("Create a widget from an ui file"),