Use uuid4 to allow automatic merging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user