
Outstanding bugs:
- Frustum culling is broken - having geometry behind the camera plane will make Pantograph crash.
Submit a comment on this page to report a bug.

Outstanding bugs:
Submit a comment on this page to report a bug.
You must be logged in to post a comment.
March 19, 2008 at 11:07 am
Hi, I have a problem. When i execute script (Alt+P), my Blender crashes. I tried older versions of Pantograph too, but with similar result.
blender
guessing ‘blender’ == ‘/usr/bin/blender’
Compiled with Python version 2.5.1.
Checking for installed Python… got it!
Ming library not found - you will not be able to render animations
Segmentation fault
And with older version of Pantograph:
blender
guessing ‘blender’ == ‘/usr/bin/blender’
Compiled with Python version 2.5.1.
Checking for installed Python… got it!
scene.getCurrentCamera() deprecated!
use scene.objects.camera instead
(’Processing object Plane’,)
scene.link(ob) deprecated!
use scene.objects.link(ob) instead
(’Processing materials…’,)
(’Triangulating faces…’,)
(’Processing 4 vertices…’,)
(’Processing 5 edges…’,)
(’Processing 2 faces…’,)
(’Processing materials…’,)
(’Processing object Cube’,)
(’Processing materials…’,)
(’Triangulating faces…’,)
(’Processing 8 vertices…’,)
(’Processing 18 edges…’,)
(’Processing 12 faces…’,)
(’Processing materials…’,)
(’Writing materials to Pen Settings…’,)
Segmentation fault
My system:
Gentoo (amd64)
Blender 2.45 (also tried svn version)
pycairo 1.4.0
Python 2.5.1
pygtk 2.12.0
ming is not installed (but it should be ok, right?)
March 19, 2008 at 11:13 am
I forgot to mention that i followed instructions, so it souhldn’t be any problem there.
I can’t wait to make it work. Any help appreciated.