Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'precision_drawing_tools/pdt_xall.py')
-rw-r--r--precision_drawing_tools/pdt_xall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/precision_drawing_tools/pdt_xall.py b/precision_drawing_tools/pdt_xall.py
index 0c01b5d8..1c283cb6 100644
--- a/precision_drawing_tools/pdt_xall.py
+++ b/precision_drawing_tools/pdt_xall.py
@@ -146,7 +146,7 @@ def unselect_nonintersecting(bm, d_edges, edge_indices):
bm.edges[edge].select = False
-def intersect_all(self, context):
+def intersect_all(context):
"""Computes All intersections with Crossing Geometry.
Deletes original edges and replaces with new intersected edges