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_tissue')
-rw-r--r--mesh_tissue/dual_mesh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_tissue/dual_mesh.py b/mesh_tissue/dual_mesh.py
index 34b68c55..96f3b59b 100644
--- a/mesh_tissue/dual_mesh.py
+++ b/mesh_tissue/dual_mesh.py
@@ -155,7 +155,7 @@ class dual_mesh(Operator):
MESH_OT_extrude_region={"mirror": False},
TRANSFORM_OT_translate={"value": (0, 0, 0),
"constraint_axis": (False, False, False),
- "constraint_orientation": 'GLOBAL', "mirror": False,
+ "orient_type": 'GLOBAL', "mirror": False,
"proportional": 'DISABLED',
"proportional_edit_falloff": 'SMOOTH', "proportional_size": 1,
"snap": False, "snap_target": 'CLOSEST',