From 6b83cb96d0ae1d5b3b8860726f89fdc9554a7d87 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 Aug 2010 09:25:04 +0000 Subject: updates for blender api changes --- object_fracture/fracture_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object_fracture') diff --git a/object_fracture/fracture_setup.py b/object_fracture/fracture_setup.py index 7d39d0ca..a471edf1 100644 --- a/object_fracture/fracture_setup.py +++ b/object_fracture/fracture_setup.py @@ -31,7 +31,7 @@ def getsizefrommesh(ob): def setupshards(context): sce = context.scene #print(dir(context)) - #bpy.data.scenes[0].game_data.all_frames + #bpy.data.scenes[0].game_settings.all_frames tobeprocessed = [] for ob in sce.objects: -- cgit v1.2.3