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')
-rw-r--r--object_fracture/fracture_ops.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_fracture/fracture_ops.py b/object_fracture/fracture_ops.py
index 19cd4bce..b71d968a 100644
--- a/object_fracture/fracture_ops.py
+++ b/object_fracture/fracture_ops.py
@@ -421,8 +421,8 @@ class FractureGroup(bpy.types.Operator):
def execute(self, context):
#getIslands(context.object)
- if self.properties.exe:
- fracture_group(context, self.properties.group)
+ if self.exe:
+ fracture_group(context, self.group)
return {'FINISHED'}