Use uuid4 to allow automatic merging

This commit is contained in:
adam-urbanczyk
2019-01-12 14:37:54 +01:00
parent 7778c0040c
commit bb5e12fa37

View File

@ -1,6 +1,6 @@
from OCC.Core.Display.WebGl.x3dom_renderer import X3DExporter
from OCC.Core.gp import gp_Quaternion, gp_Vec
from uuid import uuid1
from uuid import uuid4
from math import tan
from .geom import BoundBox