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 'animation_add_corrective_shape_key.py')
-rw-r--r--animation_add_corrective_shape_key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py
index dc24639d..230959e6 100644
--- a/animation_add_corrective_shape_key.py
+++ b/animation_add_corrective_shape_key.py
@@ -211,7 +211,7 @@ def func_object_duplicate_flatten_modifiers(scene, obj):
class object_duplicate_flatten_modifiers(bpy.types.Operator):
- '''Duplicates the selected object with modifiers applied'''
+ """Duplicates the selected object with modifiers applied"""
bl_idname = "object.object_duplicate_flatten_modifiers"
bl_label = "Duplicate and apply all"