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_etof.py')
-rw-r--r--precision_drawing_tools/pdt_etof.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/precision_drawing_tools/pdt_etof.py b/precision_drawing_tools/pdt_etof.py
index 20a00bdf..edb8ebc5 100644
--- a/precision_drawing_tools/pdt_etof.py
+++ b/precision_drawing_tools/pdt_etof.py
@@ -126,7 +126,7 @@ def extend_vertex(context):
class PDT_OT_EdgeToFace(bpy.types.Operator):
- """Extend Selected Edge to Projected Intersection with Selected Face."""
+ """Extend Selected Edge to Projected Intersection with Selected Face"""
bl_idname = "pdt.edge_to_face"
bl_label = "Extend Edge to Face"