Browse Source

Fix import

pull/437/head
Jrius 2 months ago
parent
commit
c6f2c4d76e
  1. 1
      korman/helpers.py

1
korman/helpers.py

@ -18,6 +18,7 @@ import bpy
from contextlib import contextmanager
import math
from typing import *
from uuid import uuid4
@contextmanager
def bmesh_from_object(bl):

Loading…
Cancel
Save