8 Commits

8 changed files with 14 additions and 2 deletions

View File

@ -1,9 +1,12 @@
import bpy, math, os, gpu, bgl, importlib
import bpy, math, os, gpu, importlib
import numpy as np
from . import utility
from fractions import Fraction
from gpu_extras.batch import batch_for_shader
if bpy.app.version < (4, 0, 0):
import bgl
def splitLogLuvAlphaAtlas(imageIn, outDir, quality):
pass

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

View File

@ -1,3 +1,4 @@
from __future__ import annotations
import bpy
import lnx

View File

@ -1,4 +1,5 @@
from typing import Union
from __future__ import annotations
import bpy

View File

@ -1,4 +1,5 @@
from typing import Union
from __future__ import annotations
import bpy
import mathutils

View File

@ -1,5 +1,6 @@
import bpy
from bpy.types import NodeSocket
from __future__ import annotations
import lnx
import lnx.material.cycles as c

View File

@ -1,6 +1,7 @@
import math
import os
from typing import Union
from __future__ import annotations
import bpy

View File

@ -1,4 +1,5 @@
from typing import Union
from __future__ import annotations
import bpy
from mathutils import Euler, Vector