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_extra_tools/mesh_extrude_and_reshape.py')
-rw-r--r--mesh_extra_tools/mesh_extrude_and_reshape.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_extra_tools/mesh_extrude_and_reshape.py b/mesh_extra_tools/mesh_extrude_and_reshape.py
index a7ca0fdd..ec7b969d 100644
--- a/mesh_extra_tools/mesh_extrude_and_reshape.py
+++ b/mesh_extra_tools/mesh_extrude_and_reshape.py
@@ -348,7 +348,7 @@ class Extrude_and_Reshape(Operator):
bmesh.update_edit_mesh(self.mesh, loop_triangles=True, destructive=True)
bpy.ops.transform.translate(
'INVOKE_DEFAULT', constraint_axis=(False, False, True),
- constraint_orientation='NORMAL', release_confirm=True
+ orient_type='NORMAL', release_confirm=True
)
context.window_manager.modal_handler_add(self)