Open cdbrauer opened 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.
Image export is located in mesh.py, line 573
Previously screenshots were captured using:
This no longer seems to work.