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:
authorStephen Leger <stephen@3dservices.ch>2017-08-01 05:11:33 +0300
committerStephen Leger <stephen@3dservices.ch>2017-08-01 05:11:33 +0300
commit631fc487f7770074eb6679f4c441d9443c759597 (patch)
tree056bd6876ef66798fc810ab9c86819f8e2521666
parent45cad6756f10eb708d1a17dae4a70723accc1928 (diff)
archipack: fix typo in roofs
-rw-r--r--archipack/archipack_roof.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archipack/archipack_roof.py b/archipack/archipack_roof.py
index 43a63228..d3399d85 100644
--- a/archipack/archipack_roof.py
+++ b/archipack/archipack_roof.py
@@ -3676,6 +3676,8 @@ class archipack_roof_segment(ArchipackSegment, PropertyGroup):
box.prop(self, "width_right")
if self.auto_right in {'ALL', 'SLOPE'}:
box.prop(self, "slope_right")
+ elif self.constraint_type == 'HORIZONTAL':
+ box.prop(self, "triangular_end")
def update(self, context, manipulable_refresh=False, update_hole=False):
props = self.find_in_selection(context)