FreeCAD: master cf167ec6

Author Committer Branch Timestamp Parent
Stefan Tröger wmayer master 2014-08-17 12:21:47 master eb7f1bf3
Changeset 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.
mod - src/Gui/Application.cpp Diff File
mod - src/Gui/CMakeLists.txt Diff File
mod - src/Gui/View3DInventorViewer.cpp Diff File
mod - src/Gui/View3DInventorViewer.h Diff File
mod - src/Gui/View3DPy.cpp Diff File
mod - src/Gui/View3DPy.h Diff File
add - src/Gui/View3DViewerPy.cpp Diff File
add - src/Gui/View3DViewerPy.h Diff File