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:
authorMiika Hamalainen <blender@miikah.org>2012-06-26 21:51:25 +0400
committerMiika Hamalainen <blender@miikah.org>2012-06-26 21:51:25 +0400
commit7f0137ece17a375f1241643488cd344ae7d92384 (patch)
tree1613a38de7de64b67420d04c67a372a585d3b915 /release/scripts/startup/bl_operators/object.py
parent1a52abb04f83d402e5aded1486cca606a09a27e5 (diff)
parent200584e5c6e020dcb77038a0e399ddfebe91ce63 (diff)
Merge with trunk r48317
Diffstat (limited to 'release/scripts/startup/bl_operators/object.py')
-rw-r--r--release/scripts/startup/bl_operators/object.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py
index fbf0e47f0c8..a2c632a0244 100644
--- a/release/scripts/startup/bl_operators/object.py
+++ b/release/scripts/startup/bl_operators/object.py
@@ -34,7 +34,8 @@ class SelectPattern(Operator):
pattern = StringProperty(
name="Pattern",
- description="Name filter using '*', '?' and '[abc]' unix style wildcards",
+ description="Name filter using '*', '?' and "
+ "'[abc]' unix style wildcards",
maxlen=64,
default="*",
)
@@ -130,8 +131,8 @@ class SelectCamera(Operator):
class SelectHierarchy(Operator):
- '''Select object relative to the active object's position ''' \
- '''in the hierarchy'''
+ """Select object relative to the active object's position """
+ """in the hierarchy"""
bl_idname = "object.select_hierarchy"
bl_label = "Select Hierarchy"
bl_options = {'REGISTER', 'UNDO'}
@@ -277,8 +278,8 @@ class SubdivisionSet(Operator):
class ShapeTransfer(Operator):
- '''Copy another selected objects active shape to this one by ''' \
- '''applying the relative offsets'''
+ """Copy another selected objects active shape to this one by """
+ """applying the relative offsets"""
bl_idname = "object.shape_key_transfer"
bl_label = "Transfer Shape Key"