diff --git a/korman/helpers.py b/korman/helpers.py index eaa1c0c..b3bd4ac 100644 --- a/korman/helpers.py +++ b/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):