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 'mesh_tools')
-rw-r--r--mesh_tools/mesh_relax.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_tools/mesh_relax.py b/mesh_tools/mesh_relax.py
index a1dabf3d..8416ea9a 100644
--- a/mesh_tools/mesh_relax.py
+++ b/mesh_tools/mesh_relax.py
@@ -75,7 +75,7 @@ def relax_mesh(context):
# run smooth operator to relax the mesh
bpy.ops.object.mode_set(mode='EDIT')
- bpy.ops.mesh.vertices_smooth()
+ bpy.ops.mesh.vertices_smooth(factor=0.5)
bpy.ops.object.mode_set(mode='OBJECT')
# apply the modifier