Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-09 16:16:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-09 17:06:13 +0300
commite49da071841ca16dcc4ffaa69866ed06b1c21be7 (patch)
tree32fdfa903d9b3d5f638801be94b9a6899688819d /release/scripts/startup/bl_operators/object.py
parent32f3d479907254d11219c112bd6a5529e714ea5b (diff)
Cleanup: style
Diffstat (limited to 'release/scripts/startup/bl_operators/object.py')
-rw-r--r--release/scripts/startup/bl_operators/object.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py
index f2124c094a7..c05ee01c72d 100644
--- a/release/scripts/startup/bl_operators/object.py
+++ b/release/scripts/startup/bl_operators/object.py
@@ -324,15 +324,15 @@ class ShapeTransfer(Operator):
('OFFSET',
"Offset",
"Apply the relative positional offset",
- ),
+ ),
('RELATIVE_FACE',
"Relative Face",
"Calculate relative position (using faces)",
- ),
+ ),
('RELATIVE_EDGE',
"Relative Edge",
"Calculate relative position (using edges)",
- ),
+ ),
),
name="Transformation Mode",
description="Relative shape positions to the new shape method",