Skip to content
Snippets Groups Projects
Commit 7da2a313 authored by Campbell Barton's avatar Campbell Barton
Browse files

Fix T79438: Export UV Layout doesn't respect UVs alpha

parent 2f73d67f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment