From f43ff0f90d7fdac977b62acc1ac81d01c4853ce3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Aug 2010 17:33:42 +0000 Subject: update for changes in blender --- 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 a471edf1..3ab93821 100644 --- a/object_fracture/fracture_setup.py +++ b/object_fracture/fracture_setup.py @@ -43,7 +43,7 @@ def setupshards(context): g.physics_type = 'RIGID_BODY' g.use_collision_bounds = 1 - g.collision_bounds = 'CONVEX_HULL' + g.collision_bounds_type = 'CONVEX_HULL' g.rotation_damping = 0.9 sizex, sizey, sizez = getsizefrommesh(ob) -- cgit v1.2.3