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>2020-09-17 12:44:29 +0300
committerStephen Leger <stephen@3dservices.ch>2020-09-17 14:40:26 +0300
commit8e1b4dd71b376c46d28dcce41e46c734cc58b559 (patch)
tree1a3b528f7287e8a2acf75f7539b58e5a3283469c /archipack/archipack_roof.py
parent62b559204b998f0db2058f944d83aa87f1bba42a (diff)
Archipack: support for bmesh bevel arguments changes in 2.90
Diffstat (limited to 'archipack/archipack_roof.py')
-rw-r--r--archipack/archipack_roof.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archipack/archipack_roof.py b/archipack/archipack_roof.py
index 59757c4f..8a9c8341 100644
--- a/archipack/archipack_roof.py
+++ b/archipack/archipack_roof.py
@@ -1867,7 +1867,7 @@ class RoofGenerator(CutAbleGenerator):
offset_type=offset_type,
segments=d.tile_bevel_segs,
profile=0.5,
- vertex_only=False,
+ # vertex_only=False,
clamp_overlap=True,
material=-1)