[Bf-extensions-cvs] [631fc487] master: archipack: fix typo in roofs

Stephen Leger noreply at git.blender.org
Tue Aug 1 04:11:47 CEST 2017


Commit: 631fc487f7770074eb6679f4c441d9443c759597
Author: Stephen Leger
Date:   Tue Aug 1 04:11:33 2017 +0200
Branches: master
https://developer.blender.org/rBA631fc487f7770074eb6679f4c441d9443c759597

archipack: fix typo in roofs

===================================================================

M	archipack/archipack_roof.py

===================================================================

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)



More information about the Bf-extensions-cvs mailing list