Extensions: special calls for document object extensions
This commit is contained in:
@@ -71,14 +71,12 @@ int ExtensionContainerPy::initialisation() {
|
||||
PyObject* ExtensionContainerPy::PyMake(struct _typeobject *, PyObject *, PyObject *) // Python wrapper
|
||||
{
|
||||
// create a new instance of @self.export.Name@ and the Twin object
|
||||
Base::Console().Message("Make\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
// constructor method
|
||||
int ExtensionContainerPy::PyInit(PyObject* /*args*/, PyObject* /*kwd*/)
|
||||
{
|
||||
Base::Console().Message("Init\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user