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:
authorFabian Fricke <frigi.f@googlemail.com>2010-07-30 22:37:36 +0400
committerFabian Fricke <frigi.f@googlemail.com>2010-07-30 22:37:36 +0400
commit50579a2cf8f4bdfbe625f1e617c2bedf891ddaf8 (patch)
tree52f66891a016440fc0865986475b3130805cd3e2 /object_fracture
parent89bc470b3e1ae39b14f21113f46a9c67913d88ba (diff)
update for api change
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 235dd213..7d39d0ca 100644
--- a/object_fracture/fracture_setup.py
+++ b/object_fracture/fracture_setup.py
@@ -35,7 +35,7 @@ def setupshards(context):
tobeprocessed = []
for ob in sce.objects:
- if ob.selected:
+ if ob.select:
tobeprocessed.append(ob)
for ob in tobeprocessed: