kopia lustrzana https://github.com/vilemduha/blendercam
enable shapely speedups module - should be faster in some cases.
rodzic
901760a9ab
commit
788d7c4692
|
|
@ -3397,6 +3397,8 @@ def rotTo2axes(e,axescombination):
|
|||
def getPath(context,operation):#should do all path calculations.
|
||||
t=time.clock()
|
||||
#print('ahoj0')
|
||||
if shapely.speedups.available:
|
||||
shapely.speedups.enable()
|
||||
|
||||
#these tags are for caching of some of the results. Not working well still - although it can save a lot of time during calculation...
|
||||
chd=getChangeData(operation)
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue