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

This commit is contained in:
2026-03-05 01:28:23 +00:00
parent f4ada6ba50
commit 6a914782a5

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):