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:
authorCampbell Barton <ideasman42@gmail.com>2010-05-26 09:16:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-26 09:16:35 +0400
commit1c8e2b7c375bd863bf0dbc24d6d87ed8f61d5a24 (patch)
tree91e1c40659b48217982d1d65dc1665eefc5310f5
parentd07bee8cbed7ff3f74e7ef86f84caa4a2115e449 (diff)
update for change in api
-rw-r--r--fracture/fracture_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fracture/fracture_ops.py b/fracture/fracture_ops.py
index c5a2bc33..1f4c9f07 100644
--- a/fracture/fracture_ops.py
+++ b/fracture/fracture_ops.py
@@ -331,7 +331,7 @@ def fracture_group(context, group):
for ob in context.scene.objects:
if (ob.selected
- and (len(ob.group_users) == 0 or ob.group_users[0].name != group)):
+ and (len(ob.users_group) == 0 or ob.users_group[0].name != group)):
tobesplit.append(ob)
cutters = bpy.data.groups[group].objects