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 'object_fracture/fracture_setup.py')
-rw-r--r--object_fracture/fracture_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture/fracture_setup.py b/object_fracture/fracture_setup.py
index 3ab93821..02c435f8 100644
--- a/object_fracture/fracture_setup.py
+++ b/object_fracture/fracture_setup.py
@@ -62,7 +62,7 @@ def setupshards(context):
class SetupFractureShards(bpy.types.Operator):
- ''''''
+ """"""
bl_idname = "object.setup_fracture_shards"
bl_label = "Setup Fracture Shards"
bl_options = {'REGISTER', 'UNDO'}