add View3DInventorViewer python interface
As quarter is not wrapped by SWIG we need to expose our own python interface class. This is a start with the most important functions to access the render and event manager. Furthermore all extra functions available next to the swig wrapper functions are exposed. Everything else can be added when needed.
This commit is contained in:
@@ -409,13 +409,14 @@ Application::Application(bool GUIenabled)
|
||||
}
|
||||
|
||||
// Python console binding
|
||||
PythonDebugModule ::init_module();
|
||||
PythonStdout ::init_type();
|
||||
PythonStderr ::init_type();
|
||||
OutputStdout ::init_type();
|
||||
OutputStderr ::init_type();
|
||||
PythonStdin ::init_type();
|
||||
View3DInventorPy ::init_type();
|
||||
PythonDebugModule ::init_module();
|
||||
PythonStdout ::init_type();
|
||||
PythonStderr ::init_type();
|
||||
OutputStdout ::init_type();
|
||||
OutputStderr ::init_type();
|
||||
PythonStdin ::init_type();
|
||||
View3DInventorPy ::init_type();
|
||||
View3DInventorViewerPy ::init_type();
|
||||
|
||||
d = new ApplicationP;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user