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:
authorNBurn <7nburn@gmail.com>2019-01-29 02:56:18 +0300
committerNBurn <7nburn@gmail.com>2019-01-29 02:56:18 +0300
commitbdc109a5309b26c718a3ae0ca6f2393c731fde0d (patch)
tree59a4407ac5380176416d508bc7b3e4d036c9d395 /object_fracture/fracture_setup.py
parent3267eec939805e17b6fd3aaded869b63f0792820 (diff)
addons: object select_get syntax update
Diffstat (limited to 'object_fracture/fracture_setup.py')
-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 02c435f8..d48d1d78 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.select:
+ if ob.select_get():
tobeprocessed.append(ob)
for ob in tobeprocessed: