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_crack/crack_it.py')
-rw-r--r--object_fracture_crack/crack_it.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture_crack/crack_it.py b/object_fracture_crack/crack_it.py
index 489d2c87..96d1abfd 100644
--- a/object_fracture_crack/crack_it.py
+++ b/object_fracture_crack/crack_it.py
@@ -82,7 +82,7 @@ def _makeJoin(active_name, active_layer):
if fractures:
# Execute join
bpy.context.scene.objects.active = fractures[0]
- fractures[0].select = True
+ fractures[0].select_set(True)
bpy.ops.object.join()
else:
error_handlers(