Author: nsmoooose Date: 2007-12-29 09:56:14 -0800 (Sat, 29 Dec 2007) New Revision: 2201 Added: branches/layout_tool_improvements/csp/csplib/util/PythonCasts.h branches/layout_tool_improvements/csp/csplib/util/PythonSignals.h branches/layout_tool_improvements/csp/csplib/util/PythonSwig.h branches/layout_tool_improvements/csp/csplib/util/swig/PythonSignals.i branches/layout_tool_improvements/csp/tools/layout2/axes.osg branches/layout_tool_improvements/csp/tools/python_signals/ branches/layout_tool_improvements/csp/tools/python_signals/pysiggen.py branches/layout_tool_improvements/csp/tools/python_signals/readme.txt Modified: branches/layout_tool_improvements/csp/csplib/SConscript branches/layout_tool_improvements/csp/tools/layout2/cpp/OsgGraphicsWindow.cpp branches/layout_tool_improvements/csp/tools/layout2/cpp/OsgGraphicsWindow.h branches/layout_tool_improvements/csp/tools/layout2/scripts/ui/MainFrame.py branches/layout_tool_improvements/csp/tools/layout2/scripts/ui/controls/SceneWindow.py branches/layout_tool_improvements/csp/tools/layout2/swig/OsgGraphicsWindow.i Log: Experiments with: * 3d scene in the layout tool is rendered within a wxPython control. (experiment is located in tools/layout2 and can be built using scons layout2) This should make it possible to have several controls viewing the same scene from different positions. * binding between sigc++ signals, swig and python. All source code contributed by onsight! See PythonCasts.h, PythonSignals.h, PythonSwig.h and PythonSignals.i. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=2201 Diff omitted (100219 bytes). |