Merge branch 'blender-v2.90-release' into master

This commit is contained in:
Campbell Barton 2020-08-01 17:29:11 +10:00
commit 120f9d548a
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ def export(filepath, face_data, colors, width, height, opacity):
offscreen.bind()
try:
bgl.glClearColor(0.0, 0.0, 0.0, 0.0)
bgl.glClear(bgl.GL_COLOR_BUFFER_BIT)
draw_image(face_data, opacity)