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_wall2.py')
-rw-r--r--archipack/archipack_wall2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archipack/archipack_wall2.py b/archipack/archipack_wall2.py
index 4944f59f..7c42456f 100644
--- a/archipack/archipack_wall2.py
+++ b/archipack/archipack_wall2.py
@@ -1928,7 +1928,7 @@ class ARCHIPACK_OT_wall2_draw(ArchpackDrawTool, Operator):
# wait for takeloc being visible when button is over horizon
rv3d = context.region_data
viewinv = rv3d.view_matrix.inverted()
- if (takeloc * viewinv).z < 0:
+ if (takeloc * viewinv).z < 0 or not rv3d.is_perspective:
# print("STARTING")
# when user press draw button
snap_point(takeloc=takeloc,