Re: [Pythonocc-users] occray

2009-10-14 Thread Jelle Feringa
> Thank you for your test, now I know it works on OSX so probably on > Linux too ! Yep, that's very likely, so you didn't even test *nix, though it works... impressive! Thanks again Sebastien, -jelle ___ Pythonocc-users mailing list Pythonocc-use

Re: [Pythonocc-users] occray

2009-10-14 Thread Thomas Paviot
Hi Sébastien, Just tested under Windows, absolutely great contribution! Maybe the rendering engine could even be more integrated with OCC (for instance, get lights/materials/textures from pythonOCC and transfer their properties to yafaray). Cheers, Thomas 2009/10/14 Sébastien Ramage > Hi all

[Pythonocc-users] Conversion tools: stl2pov, pov2png, iges2stl, iges2png

2009-10-14 Thread Bryan Bishop
Hey all, Here are some tools that allow you to convert from IGES to a PNG image. They are not robust, and there's a few dependencies like optfunc and stl2pov (a thirdparty program). They also leave a lot of files around. stl2pov.py http://adl.serveftp.org/skdb/import_tools/stl2pov.py pov2png.py

Re: [Pythonocc-users] Conversion tools: stl2pov, pov2png, iges2stl, iges2png

2009-10-14 Thread Bryan Bishop
On Wed, Oct 14, 2009 at 10:46 AM, Bryan Bishop wrote: > stl2pov.py > http://adl.serveftp.org/skdb/import_tools/stl2pov.py Now with images. Here's what the output looks like for me: http://adl.serveftp.org/~bryan/pythonocc-tools/bearing.png The rest of this email is just describing how I did it a