Update leenkx/blender/lnx/lightmapper/utility/gui/Viewport.py

This commit is contained in:
2025-12-14 20:29:53 +00:00
parent 3bee97a560
commit 7fa4be0b07

View File

@ -1,6 +1,9 @@
import bpy, blf, bgl, os, gpu
import bpy, blf, os, gpu
from gpu_extras.batch import batch_for_shader
if bpy.app.version < (4, 0, 0):
import bgl
class ViewportDraw:
def __init__(self, context, text):