kopia lustrzana https://github.com/vilemduha/blendercam
-removing debug var condition for pencil path cleanup.
rodzic
6fb30ef533
commit
b8d9c53ad4
|
@ -4407,7 +4407,7 @@ def getPaths(context,operation):#should do all path calculations.
|
|||
|
||||
|
||||
chunks.extend(sampleChunks(o,pathSamples,layers))
|
||||
if (o.strategy=='PENCIL') and bpy.app.debug_value==-3:
|
||||
if (o.strategy=='PENCIL'):# and bpy.app.debug_value==-3:
|
||||
chunks=chunksCoherency(chunks)
|
||||
print('coherency check')
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue