- initial support for exposing the nexusbridge to python

- started improving usability of nexus bridge
- support for installers implemented in python
This commit is contained in:
Tannin
2013-05-10 10:57:35 +02:00
parent 6aa615108e
commit 1dd5cab706
11 changed files with 700 additions and 275 deletions
+1
View File
@@ -38,6 +38,7 @@ private:
boost::python::object m_VersionFunction;
boost::python::object m_IsActiveFunction;
boost::python::object m_SettingsFunction;
};
#endif // PYTHONPLUGINWRAPPER_H