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:
Diffstat (limited to 'object_fracture/fracture_ops.py')
-rw-r--r--object_fracture/fracture_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture/fracture_ops.py b/object_fracture/fracture_ops.py
index e6929d22..6230a685 100644
--- a/object_fracture/fracture_ops.py
+++ b/object_fracture/fracture_ops.py
@@ -281,7 +281,7 @@ def fracture_basic(context, nshards, crack_type, roughness):
shards = []
for ob in context.scene.objects:
- if ob.select:
+ if ob.select_get():
tobesplit.append(ob)
i = 1 # I counts shards, starts with 1 - the original object