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 'archimesh/achm_room_maker.py')
-rw-r--r--archimesh/achm_room_maker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/achm_room_maker.py b/archimesh/achm_room_maker.py
index af9faa94..71243ca2 100644
--- a/archimesh/achm_room_maker.py
+++ b/archimesh/achm_room_maker.py
@@ -1159,7 +1159,7 @@ def add_shell(selobject, objname, rp):
# Project point using face normals
#
# m: Magnitud
-# pf: Comparision face +/-
+# pf: Comparison face +/-
# ---------------------------------------------------------
def project_point(idx, point, normals, m, pf):
v1 = Vector(normals[idx])