This commit is contained in:
2026-04-27 19:21:50 -07:00
parent 98856b3f54
commit a3d5fa846b
16 changed files with 513 additions and 337 deletions

View File

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