From 1c8e2b7c375bd863bf0dbc24d6d87ed8f61d5a24 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Wed, 26 May 2010 05:16:35 +0000
Subject: [PATCH] update for change in api

---
 fracture/fracture_ops.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fracture/fracture_ops.py b/fracture/fracture_ops.py
index c5a2bc334..1f4c9f07b 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
-- 
GitLab