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-08-19 21:33:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-19 21:33:42 +0400
commitf43ff0f90d7fdac977b62acc1ac81d01c4853ce3 (patch)
tree5928ea377e02853fc581d34b5c7f7c622f2345c6 /object_fracture
parent322f2bf8d49c58cd9eb5a214ee1542721839c6e0 (diff)
update for changes in blender
Diffstat (limited to 'object_fracture')
-rw-r--r--object_fracture/fracture_setup.py2
1 files changed, 1 insertions, 1 deletions
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)