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-18 13:25:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-18 13:25:04 +0400
commit6b83cb96d0ae1d5b3b8860726f89fdc9554a7d87 (patch)
treea6a850e80096451bfeaf392b5857671d7d3372ff /object_fracture
parent1a45c5c8f49e265adaffdcb57a85c7233251c4e7 (diff)
updates for blender api changes
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 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: