Merge pull request #5271 from sundtek/sundtek-discretize-bug
[PATH] change discretize value to fix issues
This commit is contained in:
@@ -104,7 +104,7 @@ def sceneClean():
|
||||
|
||||
|
||||
def discretize(edge, flipDirection=False):
|
||||
pts = edge.discretize(Deflection=0.0001)
|
||||
pts = edge.discretize(Deflection=0.002)
|
||||
if flipDirection:
|
||||
pts.reverse()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user