[osg-users] osgswig: the bigobj problem rears its head again

2008-11-24 Thread Randolph Fritz
/osgswig/issues/detail?id=13. Randolph Fritz design machine group architecture department university of washington [EMAIL PROTECTED] ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users

[osg-users] osgswig manifest blues

2008-11-25 Thread Randolph Fritz
OK, now that I've got the files to build, how do I avoid the R6034 (manifest file) error when I move them into site-packages? There doesn't seem to be a cmake generated install script, that would presumably take care of the problem. Randolph ___

Re: [osg-users] osgswig and wxPython

2008-12-01 Thread Randolph Fritz
Thank you. After some experimentation, I discovered I was looking at a combination of minor coding errors and an IDLE interaction--if I start the script outside of IDLE, it now works. If you are at all interested, I've attached my experimental scripts. Beginner question: what are you using as

[osg-users] osgviewerWX vs. osgPython 2.2.0

2008-12-02 Thread Randolph Fritz
When I try to run this (new) example with this (old) library under IDLE, I get the following error in line 67: AttributeError: 'PySwigObject' object has no attribute 'windowResize' Followed by a crash Line 67 is: self.graphicswindow.getEventQueue().windowResize(0, 0, w, h) Far

Re: [osg-users] Building the Collada plugin

2008-12-19 Thread Randolph Fritz
DOM 2.1 isn't even available on sourceforge any more. Basically I think I'm scrod, or some other sort of fish. I'll experiment some more with 2.2, and I suppose I can try the 2.7.8 release, but writing an OSG export script for SketchUp is looking better and better. Randolph Smeenk, R.J.M.

Re: [osg-users] ANN: osgSWIG/Py available

2009-01-07 Thread Randolph Fritz
Seichter, Post-Doctoral Research Fellow, Human Interface Technology Laboratory New Zealand ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- Randolph Fritz design

[osg-users] osgswig: updating wx_viewer.py

2009-01-20 Thread Randolph Fritz
As a start (finally!) on my application, I'd like to update wx_viewer.py to use an osgViewer class. I'm thoroughly confused as to how to approach this. Can anyone offer some guidance? -- Randolph Fritz design machine group architecture department university of washington rfr

Re: [osg-users] osgswig: updating wx_viewer.py

2009-01-21 Thread Randolph Fritz
, 2009 at 4:59 AM, Randolph Fritz rfr...@u.washington.edu wrote: As a start (finally!) on my application, I'd like to update wx_viewer.py to use an osgViewer class. I'm thoroughly confused as to how to approach this. Can anyone offer some guidance? -- Randolph Fritz design machine group

[osg-users] Building osgswig

2009-01-22 Thread Randolph Fritz
introspection, which doesn't seem to work even if OSG wrappers are on, I got it to build. Only one problem: how do I install it? I couldn't get it going, so I fell back on the 0.9.1 release. Is there an install procedure somewhere? -- Randolph Fritz design machine group architecture department

[osg-users] osgswig: iterating over a vertex array

2009-02-25 Thread Randolph Fritz
to work--what does? arr.accept(i,self.val) -- Randolph Fritz design machine group architecture department university of washington rfr...@u.washington.edu ___ osg-users mailing list osg-users@lists.openscenegraph.org http

Re: [osg-users] osgswig: iterating over a vertex array

2009-02-26 Thread Randolph Fritz
. In any case this means diving into SWIG specifics. I'll post this as an issue on the list (http://code.google.com/p/osgswig/issues/detail?id=27), but I cannot give guarantees when it will be picked up. Gerwin On Thu, Feb 26, 2009 at 5:19 AM, Randolph Fritz rfr...@u.washington.edu wrote: I'm

Re: [osg-users] 3DS writer - Call for testing

2009-10-01 Thread Randolph Fritz
immediate applications, however. -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu or rfritz...@gmail.com ___ osg-users mailing list osg-users@lists.openscenegraph.org http

[osg-users] Macports osg

2009-10-01 Thread Randolph Fritz
not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /Developer/usr/local/MacPorts/lib/libJPEG.dylib -- Randolph Fritz design machine group, architecture

Re: [osg-users] OSG website down?

2009-10-01 Thread Randolph Fritz
On 2009-10-02, Chris 'Xenon' Hanson xe...@alphapixel.com wrote: He, Yefei wrote: Hi, Folks, Is the OSG website down? I haven't been able to connect to it the whole afternoon. I do not seem to be able to reach it either. Same here. -- Randolph Fritz design machine group

[osg-users] OpenSceneGraph debug libraries?

2009-10-04 Thread Randolph Fritz
Is there any way I can get MacPorts to build debug versions of the OSG libraries? Or does it already do so and me not knowing? -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu -or- rfritz...@gmail.com

Re: [osg-users] OpenSceneGraph debug libraries?

2009-10-05 Thread Randolph Fritz
On 2009-10-05, Rainer Müller rai...@macports.org wrote: On 2009-10-05 03:33 , Randolph Fritz wrote: Is there any way I can get MacPorts to build debug versions of the OSG libraries? Or does it already do so and me not knowing? No, MacPorts does use -O2 in CFLAGS by default. OK, thanks

[osg-users] setUpViewerAsEmbeddedInWindow and wxPython glcanvas

2009-10-05 Thread Randolph Fritz
Does anyone have an example of this? I'm developing a C++ class that I'm importing via Boost.python. I can't figure out what arguments to pass, what methods to call, or when to call them. yet I know people have done this. Anyone? -- Randolph Fritz design machine group, architecture department

Re: [osg-users] setUpViewerAsEmbeddedInWindow and wxPython glcanvas

2009-10-06 Thread Randolph Fritz
at the osgviewerSDL and osgviewerGLUT examples for guidance, your own code shouldn't need to be much different than these. Robert. On Tue, Oct 6, 2009 at 3:39 AM, Randolph Fritz rfritz...@gmail.com wrote: Does anyone have an example of this? I'm developing a C++ class that I'm importing via

[osg-users] wxPython and CullVisitor nan on Mac

2009-10-06 Thread Randolph Fritz
nan nan nan nan nan nan nan nan } More details at http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2009-June/029500.html Anyone remember this? Any ideas on how to debug it or what to do about it? -- Randolph Fritz design machine group, architecture department

Re: [osg-users] setUpViewerAsEmbeddedInWindow and wxPython glcanvas

2009-10-07 Thread Randolph Fritz
On 2009-10-07, Robert Osfield robert.osfi...@gmail.com wrote: On Wed, Oct 7, 2009 at 1:32 AM, Randolph Fritz rfritz...@gmail.com wrote: One question: the osgViewerGLUT example holds the reference to its osgViewer::GraphicsWindow in an osg::observer_ptr, rather than an osg::ref_ptr.  What's

Re: [osg-users] wxPython and CullVisitor nan on Mac

2009-10-07 Thread Randolph Fritz
On 2009-10-07, Randolph Fritz rfritz...@gmail.com wrote: More details at http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2009-June/029500.html I have now confirmed that, just as Mike Wozniewski found in June, this problem occurs on Macintosh (MacBook Pro, Mac OS 10.5.8

Re: [osg-users] wxPython and CullVisitor nan on Mac

2009-10-08 Thread Randolph Fritz
Oh, yes. The exact same Python extension works correctly on both systems in the GLUT environment. On 2009-10-08, Randolph Fritz rfritz...@gmail.com wrote: On 2009-10-07, Randolph Fritz rfritz...@gmail.com wrote: More details at http://lists.openscenegraph.org/pipermail/osg-users

Re: [osg-users] wxPython and CullVisitor nan on Mac

2009-10-10 Thread Randolph Fritz
Further note on this: wxWidgets OpenGL graphics context handling was changed in wxWidgets version 2.7. Possibly a bug was introduced in wxW at that time, or possibly slightly different GC setup is required. To be continued... Randolph On 2009-10-08, Randolph Fritz rfritz...@gmail.com wrote: Oh

Re: [osg-users] wxPython and CullVisitor nan on Mac

2009-10-10 Thread Randolph Fritz
On 2009-10-10, Randolph Fritz rfritz...@gmail.com wrote: Further note on this: wxWidgets OpenGL graphics context handling was changed in wxWidgets version 2.7. Possibly a bug was introduced in wxW at that time, or possibly slightly different GC setup is required. To be continued... That's

[osg-users] MatrixManipulator::home and currentTime

2009-10-14 Thread Randolph Fritz
Why does MatrixManipulator contain the following virtual function declaration? virtual void home(double /*currentTime*/) {} What does the currentTime have to do with anything? -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu

Re: [osg-users] MatrixManipulator::home and currentTime

2009-10-14 Thread Randolph Fritz
On 2009-10-14, Chris 'Xenon' Hanson xe...@alphapixel.com wrote: Randolph Fritz wrote: Why does MatrixManipulator contain the following virtual function declaration? virtual void home(double /*currentTime*/) {} What does the currentTime have to do with anything? The home position could

Re: [osg-users] MatrixManipulator::home and currentTime

2009-10-14 Thread Randolph Fritz
On 2009-10-14, Randolph Fritz rfritz...@gmail.com wrote: ...home(0) doesn't do it, ... I am embarassed to say this was a build problem. Sorry to bother you-all. -- Randolph Fritz design machine group, architecture department, university of washington rfr...@u.washington.edu -or- rfritz

[osg-users] osg::GraphicsContext::traits

2009-11-12 Thread Randolph Fritz
the width and height traits are instead passed to OSG. Other values, I can't imagine passing to OSG...but perhaps my imagination is limited. My quick searches haven't found anything useful so far. (It's late.) Can someone perhaps point me to an explanatory example? -- Randolph Fritz design

Re: [osg-users] setUpViewerAsEmbeddedInWindow and wxPython glcanvas

2009-11-21 Thread Randolph Fritz
On 2009-10-07, Randolph Fritz rfritz...@gmail.com wrote: Thank you, that helped a lot. My C++ code has now come up and run in a Python GLUT test bed program, though I'm still having problems with wxPython. And, this is why: It turns out that osgViewer::Viewer