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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-28 04:28:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-28 04:28:54 +0300
commitaaf97075b4ee65eeb22f9832695cb716f1319ab3 (patch)
treebc1f7a144ce144ffaa126906b024fb199b7e9768 /mesh_tissue
parent0bbba588f7a5fcdf22107e82308b04462e696f3a (diff)
Update for rename: constraint_orientation -> orient_type
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',