This commit is contained in:
2026-02-24 17:35:26 -08:00
parent 1c3c30e6ce
commit d45c632dcd
28 changed files with 1982 additions and 97 deletions

View File

@ -1,9 +1,6 @@
import bpy, blf, os, gpu
import bpy, blf, bgl, 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):