1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

Dropshadow export problem

Posted by Chris on Jan 27, 2008

I'm having trouble exporting images and movies when shadows are enabled. Has anybody else run into this issue?


 
Posted by Frank Morris on Jan 27, 2008

This may be another problem or it might be related because of the way graphs are built, but I'm having troubles exporting any graphs. When I try to export as PDF the program unexpectedly quits. I have also tried this with the new beta 1.9.3 and it still happens.



Posted by Chris on Jan 27, 2008

I'm using the graph library as well - trying disabling shadows with

g.styles.depth = False            
g.styles.apply()
and try exporting.



Posted by Frank on Jan 28, 2008

Thank...

That fixed my export problem, it must be something systemic with shadows.