cdbrauer / VoxelFuse

A toolkit for processing 3D components made with mixtures of materials and multiple manufacturing processes
GNU General Public License v3.0
34 stars 7 forks source link

Mesh viewer image export does not work #43

Open cdbrauer opened 3 years ago

cdbrauer commented 3 years ago

Image export is located in mesh.py, line 573

Previously screenshots were captured using:

widget.paintGL()
widget.grabFrameBuffer().save(str(name) + '.png')

This no longer seems to work.