-removing debug var condition for pencil path cleanup.

pull/4/head
vilda.novak@gmail.com 2013-09-17 19:31:26 +00:00
rodzic 6fb30ef533
commit b8d9c53ad4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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')