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/bmesh_utils.py
parent62b559204b998f0db2058f944d83aa87f1bba42a (diff)
Archipack: support for bmesh bevel arguments changes in 2.90
Diffstat (limited to 'archipack/bmesh_utils.py')
-rw-r--r--archipack/bmesh_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archipack/bmesh_utils.py b/archipack/bmesh_utils.py
index 54805f7b..3c196bec 100644
--- a/archipack/bmesh_utils.py
+++ b/archipack/bmesh_utils.py
@@ -215,7 +215,7 @@ class BmeshEdit():
offset_type='OFFSET',
segments=1,
profile=0.5,
- vertex_only=False,
+ # vertex_only=False,
clamp_overlap=True,
material=-1,
use_selection=True):
@@ -244,7 +244,7 @@ class BmeshEdit():
offset_type=offset_type,
segments=segments,
profile=profile,
- vertex_only=vertex_only,
+ # vertex_only=vertex_only,
clamp_overlap=clamp_overlap,
material=material)