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 'modules/selection_utils.py')
-rw-r--r--modules/selection_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/selection_utils.py b/modules/selection_utils.py
index 6c0b8827..aff9eea8 100644
--- a/modules/selection_utils.py
+++ b/modules/selection_utils.py
@@ -27,8 +27,8 @@ selected = []
class SelectionOrder(bpy.types.Operator):
- '''Store the object names in the order they are selected.
- Use RETURN key to confirm selection, ESCAPE key to cancel'''
+ """Store the object names in the order they are selected, """ \
+ """use RETURN key to confirm selection, ESCAPE key to cancel"""
bl_idname = "object.select_order"
bl_label = "Select with Order"
bl_options = {'UNDO'}