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_carver.py
parent0bbba588f7a5fcdf22107e82308b04462e696f3a (diff)
Update for rename: constraint_orientation -> orient_type
Diffstat (limited to 'mesh_carver.py')
-rw-r--r--mesh_carver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_carver.py b/mesh_carver.py
index b8c14d8c..d920ee9a 100644
--- a/mesh_carver.py
+++ b/mesh_carver.py
@@ -2093,7 +2093,7 @@ def Rebool(context, self):
TRANSFORM_OT_translate={
"value": (0, 0, 0),
"constraint_axis": (False, False, False),
- "constraint_orientation": 'GLOBAL',
+ "orient_type": 'GLOBAL',
"mirror": False,
"proportional": 'DISABLED',
"proportional_edit_falloff": 'SMOOTH',