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:
authorThomas Dinges <blender@dingto.org>2010-09-11 03:58:23 +0400
committerThomas Dinges <blender@dingto.org>2010-09-11 03:58:23 +0400
commit47466bf2ae08d2cd4c14e18d7004b563f0b7393f (patch)
tree9da644d5a2d7431be7f2c0e59c238c24cf860253 /object_fracture
parent46a2c6aa73b15b83f08356288e521647f2c3dbce (diff)
Missed these changes in last patch commit, had to manually merge due to changes in Extensions SVN 1010-1012.
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'}