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 'archipack/archipack_cutter.py')
-rw-r--r--archipack/archipack_cutter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archipack/archipack_cutter.py b/archipack/archipack_cutter.py
index b5a64776..2ce37d4c 100644
--- a/archipack/archipack_cutter.py
+++ b/archipack/archipack_cutter.py
@@ -290,7 +290,7 @@ class CutAblePolygon():
# sort by seg and param t of seg
inter.sort()
- # reorder so we realy start from s_start
+ # reorder so we really start from s_start
for i, it in enumerate(inter):
if it[0] >= s_start:
order = i
@@ -366,7 +366,7 @@ class CutAblePolygon():
def slice(self, cutter):
"""
Simple 2d Boolean between boundary and roof part
- Dosen't handle slicing roof into multiple parts
+ Doesn't handle slicing roof into multiple parts
4 cases:
1 pitch has point in boundary -> start from this point