Use ActionSelector in Loft panel and expose to Python by UiLoader
This commit is contained in:
@@ -341,6 +341,10 @@ Application::Application(bool GUIenabled)
|
||||
"workbenches.");
|
||||
Py::Module(module).setAttr(std::string("ActiveDocument"),Py::None());
|
||||
|
||||
UiLoaderPy::init_type();
|
||||
Base::Interpreter().addType(UiLoaderPy::type_object(),
|
||||
module,"UiLoader");
|
||||
|
||||
//insert Selection module
|
||||
PyObject* pSelectionModule = Py_InitModule3("Selection", SelectionSingleton::Methods,
|
||||
"Selection module");
|
||||
|
||||
Reference in New Issue
Block a user